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\u003eThe latest version of the \u003ccode\u003eaefix\u003c/code\u003e package is 1.6.8, with access to older versions available on pkg.go.dev.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eType\u003c/code\u003e struct describes the fields and methods of a type, including embedded types for additional methods.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eType\u003c/code\u003e struct includes fields such as \u003ccode\u003eField\u003c/code\u003e, \u003ccode\u003eMethod\u003c/code\u003e, \u003ccode\u003eEmbed\u003c/code\u003e, and \u003ccode\u003eDef\u003c/code\u003e, each detailing aspects of the type's structure.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTypeConfig\u003c/code\u003e struct contains maps for \u003ccode\u003eType\u003c/code\u003e, \u003ccode\u003eVar\u003c/code\u003e, and \u003ccode\u003eFunc\u003c/code\u003e, all utilizing strings for keys, for storing type, variable and function information.\u003c/p\u003e\n"]]],[],null,["# Package google.golang.org/appengine/cmd/aefix (v1.6.8)\n\nVersion latestkeyboard_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 }"]]