Go 1.11 has reached end of support
and will be deprecated
on January 31, 2026. After deprecation, you won't be able to deploy Go 1.11
applications, even if your organization previously used an organization policy to
re-enable deployments of legacy runtimes. Your existing Go
1.11 applications will continue to run and receive traffic after their
deprecation date. We
recommend that you migrate to the latest supported version of Go.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eVersion 1.6.8 is the latest release, while version 1.6.7 is also available, with more information on the package and its versions accessible via pkg.go.dev.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eType\u003c/code\u003e struct defines the fields, methods, embedded types, and definition of a specific type, with the ability to search for methods and fields in embedded types if they're not found in the current type.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTypeConfig\u003c/code\u003e is used to map types, variables, and functions, with each entry corresponding to a specific string.\u003c/p\u003e\n"]]],[],null,["# Package google.golang.org/appengine/cmd/aefix (v1.6.7)\n\nVersion 1.6.7keyboard_arrow_down\n\n- [1.6.8 (latest)](/appengine/docs/legacy/standard/go111/reference/latest/cmd/aefix)\n- [1.6.7](/appengine/docs/legacy/standard/go111/reference/1.6.7/cmd/aefix) \n**Note:** To get more information about this package, such as access to older versions, view [this package on pkg.go.dev](https://pkg.go.dev/google.golang.org/appengine/cmd/aefix). \n\nType\n----\n\n type Type struct {\n \tField map[https://pkg.go.dev/builtin#string]https://pkg.go.dev/builtin#string // map field name to type\n \tMethod map[https://pkg.go.dev/builtin#string]https://pkg.go.dev/builtin#string // map method name to comma-separated return types (should start with \"func \")\n \tEmbed []https://pkg.go.dev/builtin#string // list of types this type embeds (for extra methods)\n \tDef https://pkg.go.dev/builtin#string // definition of named type\n }\n\nType describes the Fields and Methods of a type.\nIf the field or method cannot be found there, it is next\nlooked for in the Embed list. \n\nTypeConfig\n----------\n\n type TypeConfig struct {\n \tType map[https://pkg.go.dev/builtin#string]*#google_golang_org_appengine_cmd_aefix_Type\n \tVar map[https://pkg.go.dev/builtin#string]https://pkg.go.dev/builtin#string\n \tFunc map[https://pkg.go.dev/builtin#string]https://pkg.go.dev/builtin#string\n }"]]