From a7501495795709a74e118c29f1dcc81dc43b9d2a Mon Sep 17 00:00:00 2001 From: Alan Donovan Date: Thu, 17 Dec 2015 14:36:07 -0500 Subject: [PATCH] go/types: add link to tutorial Change-Id: Ic4f4bc7ea7478908716b951815280e394c55310b Reviewed-on: https://go-review.googlesource.com/17975 Reviewed-by: Robert Griesemer --- src/go/types/api.go | 2 ++ 1 file changed, 2 insertions(+) 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 ( -- 2.52.0