Commit a7501495 authored by Alan Donovan's avatar Alan Donovan

go/types: add link to tutorial

Change-Id: Ic4f4bc7ea7478908716b951815280e394c55310b
Reviewed-on: https://go-review.googlesource.com/17975Reviewed-by: 's avatarRobert Griesemer <gri@golang.org>
parent 8db371b3
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
// and checks for compliance with the language specification. // and checks for compliance with the language specification.
// Use Info.Types[expr].Type for the results of type inference. // Use Info.Types[expr].Type for the results of type inference.
// //
// For a tutorial, see https://golang.org/s/types-tutorial.
//
package types // import "go/types" package types // import "go/types"
import ( import (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment