go.types is a package in Go which provides various types to represent Go types, fields, and functions in a program. One of the types provided by this package is Type String, which is used to represent a string type in a Go program.
In the above example, we are using the Typ variable provided by the types package to get the Type String object. We then print the object which gives us the string "string". This example demonstrates the basic usage of Type String provided by the go.types package.
Package library: go/types
Golang Type.String - 17 examples found. These are the top rated real world Golang examples of go/types.Type.String extracted from open source projects. You can rate examples to help us improve the quality of examples.