Slide 19
Slide 19 text
goパッケージの何が変わるのか
■ GOROOT/api/go1.18.txtを見てみよう
● https://cs.opensource.google/go/go/+/master:api/go1.18.txt
● 新しく加わる機能が分かる
$ grep "go/" `go1.18beta1 env GOROOT`/api/go1.18.txt
pkg go/ast, method (*IndexListExpr) End() token.Pos
pkg go/ast, method (*IndexListExpr) Pos() token.Pos
pkg go/ast, type FuncType struct, TypeParams *FieldList
pkg go/ast, type IndexListExpr struct
pkg go/ast, type IndexListExpr struct, Indices []Expr
pkg go/ast, type IndexListExpr struct, Lbrack token.Pos
pkg go/ast, type IndexListExpr struct, Rbrack token.Pos
pkg go/ast, type IndexListExpr struct, X Expr
pkg go/ast, type TypeSpec struct, TypeParams *FieldList
pkg go/constant, method (Kind) String() string
(略)