A LoadMode controls the amount of detail to return when loading. The bits below can be combined to specify which fields should be filled in the result packages. The zero value is a special case, equivalent to combining the NeedName, NeedFiles, and NeedCompiledGoFiles bits. ID and Errors (if presen
| 64 | // - https://go.dev/issue/58726 |
| 65 | // - https://go.dev/issue/63517 |
| 66 | type LoadMode int |
| 67 | |
| 68 | const ( |
| 69 | // NeedName adds Name and PkgPath. |
no outgoing calls
no test coverage detected