go-workshop

Go workshop slides and examples for ACM at CSUF.

Stars
5

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.