MCPcopy Create free account
hub / github.com/nsf/gocode / package_import

Struct package_import

declcache.go:21–25  ·  view source on GitHub ↗

------------------------------------------------------------------------- []package_import -------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

19//-------------------------------------------------------------------------
20
21type package_import struct {
22 alias string
23 abspath string
24 path string
25}
26
27// Parses import declarations until the first non-import declaration and fills
28// `packages` array with import information.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected