August 2017
Intermediate to advanced
278 pages
8h 53m
English
In this recipe we're going to use the example todo code. This is available at https://github.com/beego/samples/tree/master/todo.
It's important to build this rather than just using go run, otherwise you'll have issues. Consider the following example:
cd $GOPATH/src/github.com/beego/samples/todogo build./main
Read now
Unlock full access