Skip to content

Commit 324742a

Browse files
morenoh149broady
authored andcommitted
doc: add gotypes to readme
Copied from golang#2. Change-Id: Idbf4100ab115be2a6ca03b180c5ceb9978de6e3c Reviewed-on: https://go-review.googlesource.com/24159 Reviewed-by: Alan Donovan <[email protected]>
1 parent adefd0d commit 324742a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

5664
A trivial web server that demonstrates the use of the

0 commit comments

Comments
 (0)