You will find the next resources very useful:
- Visit the documentation page of the syscall standard Go package at https://golang.org/pkg/syscall/. This is one of the biggest Go documentation pages that I have ever seen!
- Visit the documentation page of the text/template package, which can be found at https://golang.org/pkg/text/template/.
- Similarly, go to https://golang.org/pkg/html/template/ for the documentation of the html/template package.
- You can find out more about the go/token package at https://golang.org/pkg/go/token/.
- You can find out more about the go/parser package at https://golang.org/pkg/go/parser/.
- You can find out more about the go/scanner package at https://golang.org/pkg/go/scanner/.
- You can find out more about the go/ast package at https://golang.org/pkg/go/ast/.
- Visit the home page of SQLite3 at https://www.sqlite.org/.
- Watch the "...