File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,14 @@ starting point for your own code.
5151
5252_ Note_ : The ` goapp ` tool is part of the [ Google App Engine SDK for Go] ( https://cloud.google.com/appengine/downloads#Google_App_Engine_SDK_for_Go ) .
5353
54+ ### [ gotypes] ( gotypes/ ) ([ godoc] ( //godoc.org/github.com/golang/example/gotypes ) )
55+
56+ The ` go/types ` package is a type-checker for Go programs. It is one of the most
57+ complex packages in Go's standard library, so we have provided this tutorial to
58+ help you find your bearings. It comes with several example programs that you
59+ can obtain using ` go get ` and play with as you learn to build tools that analyze
60+ or manipulate Go programs.
61+
5462### [ template] ( template/ ) ([ godoc] ( //godoc.org/github.com/golang/example/template ) )
5563
5664A trivial web server that demonstrates the use of the
You can’t perform that action at this time.
0 commit comments