golang

golang

go list std

archive/tar
archive/zip
bufio
bytes
cmp
...
go doc fmt

go doc fmt.Println

Refs

  • Go Tools: https://pkg.go.dev/golang.org/x/tools

TODO

  • Type Assertion

Last updated