Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 387 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 387 Bytes

go-workshop

Go workshop for ACM at CSUF.

The slides' source code is in acm-go.slide. To view the slides, head to goworkshop.libdb.so.

The bookstore example is in cmd/bookstore. It contains a full backend implementation with a REST API and a SQLite database. There's also a small frontend in the index.html file.