]> Cypherpunks repositories - gostls13.git/commitdiff
go/types: add link to tutorial
authorAlan Donovan <adonovan@google.com>
Thu, 17 Dec 2015 19:36:07 +0000 (14:36 -0500)
committerAlan Donovan <adonovan@google.com>
Thu, 17 Dec 2015 23:02:07 +0000 (23:02 +0000)
Change-Id: Ic4f4bc7ea7478908716b951815280e394c55310b
Reviewed-on: https://go-review.googlesource.com/17975
Reviewed-by: Robert Griesemer <gri@golang.org>
src/go/types/api.go

index d2522594e776f7268aa4f17b859cdd928848452d..697c609c87dd1055ee2a283f1fb0f27d599dec14 100644 (file)
@@ -22,6 +22,8 @@
 // and checks for compliance with the language specification.
 // 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"
 
 import (