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.
51
51
52
52
_ 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 ) .
53
53
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
+
54
62
### [ template] ( template/ ) ([ godoc] ( //godoc.org/github.com/golang/example/template ) )
55
63
56
64
A trivial web server that demonstrates the use of the
You can’t perform that action at this time.
0 commit comments