From: Alan Donovan Date: Thu, 17 Dec 2015 19:36:07 +0000 (-0500) Subject: go/types: add link to tutorial X-Git-Tag: go1.6beta2~223 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a7501495795709a74e118c29f1dcc81dc43b9d2a;p=gostls13.git go/types: add link to tutorial Change-Id: Ic4f4bc7ea7478908716b951815280e394c55310b Reviewed-on: https://go-review.googlesource.com/17975 Reviewed-by: Robert Griesemer --- diff --git a/src/go/types/api.go b/src/go/types/api.go index d2522594e7..697c609c87 100644 --- a/src/go/types/api.go +++ b/src/go/types/api.go @@ -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 (