Description

Description

This docs site is intended to serve as an online knowledgebase for code (.e.g. go, python, sql (also see: sql.danfanderson.com)

Hello, World! I mean it!

main.go
package main

import "fmt"

func main() {
    fmt.Println("Hello, World!")
}

Note

Useful information that users should know, even when skimming content.

Tip

Helpful advice for doing things better or more easily.

Important

Key information users need to know to achieve their goal.

Warning

Urgent info that needs immediate user attention to avoid problems.

Caution

Advises about risks or negative outcomes of certain actions.

Last updated on