Skip to content

Instantly share code, notes, and snippets.

@thatguystone
Last active December 18, 2018 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thatguystone/0ce7246431ace4c03a7ae82400ed9050 to your computer and use it in GitHub Desktop.
Save thatguystone/0ce7246431ace4c03a7ae82400ed9050 to your computer and use it in GitHub Desktop.
goimports error
package foo
import _ "github.com/gobwas/glob"
func f0() string {
return strings.WrongFunctionName("test")
}
module github.com/thatguystone/foo
require github.com/gobwas/glob v0.2.3
github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=
github.com/gobwas/glob v0.2.3/go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJAkT8=
{
"Dir": "~/.gimme/versions/go1.11.4.linux.amd64/src/errors",
"ImportPath": "errors",
"Name": "errors",
"Doc": "Package errors implements functions to manipulate errors.",
"Target": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/errors.a",
"Root": "~/.gimme/versions/go1.11.4.linux.amd64",
"Export": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/errors.a",
"Goroot": true,
"Standard": true,
"DepOnly": true,
"GoFiles": [
"errors.go"
],
"CompiledGoFiles": [
"errors.go"
],
"XTestGoFiles": [
"errors_test.go",
"example_test.go"
],
"XTestImports": [
"errors",
"fmt",
"testing",
"time"
]
}
{
"Dir": "~/.gimme/versions/go1.11.4.linux.amd64/src/internal/cpu",
"ImportPath": "internal/cpu",
"Name": "cpu",
"Doc": "Package cpu implements processor feature detection used by the Go standard library.",
"Target": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/internal/cpu.a",
"Root": "~/.gimme/versions/go1.11.4.linux.amd64",
"Export": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/internal/cpu.a",
"Goroot": true,
"Standard": true,
"DepOnly": true,
"GoFiles": [
"cpu.go",
"cpu_amd64.go",
"cpu_x86.go"
],
"CompiledGoFiles": [
"cpu.go",
"cpu_amd64.go",
"cpu_x86.go"
],
"IgnoredGoFiles": [
"cpu_386.go",
"cpu_amd64p32.go",
"cpu_arm.go",
"cpu_arm64.go",
"cpu_arm64_test.go",
"cpu_mips.go",
"cpu_mips64.go",
"cpu_mips64le.go",
"cpu_mipsle.go",
"cpu_no_init.go",
"cpu_ppc64x.go",
"cpu_ppc64x_test.go",
"cpu_s390x.go",
"cpu_s390x_test.go",
"cpu_wasm.go"
],
"SFiles": [
"cpu_x86.s"
],
"TestGoFiles": [
"export_test.go"
],
"XTestGoFiles": [
"cpu_test.go",
"cpu_x86_test.go"
],
"XTestImports": [
"internal/cpu",
"internal/testenv",
"os",
"os/exec",
"runtime",
"strings",
"testing"
]
}
{
"Dir": "~/.gimme/versions/go1.11.4.linux.amd64/src/unsafe",
"ImportPath": "unsafe",
"Name": "unsafe",
"Doc": "Package unsafe contains operations that step around the type safety of Go programs.",
"Root": "~/.gimme/versions/go1.11.4.linux.amd64",
"Goroot": true,
"Standard": true,
"DepOnly": true,
"GoFiles": [
"unsafe.go"
]
}
{
"Dir": "~/.gimme/versions/go1.11.4.linux.amd64/src/internal/bytealg",
"ImportPath": "internal/bytealg",
"Name": "bytealg",
"Target": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/internal/bytealg.a",
"Root": "~/.gimme/versions/go1.11.4.linux.amd64",
"Export": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/internal/bytealg.a",
"Goroot": true,
"Standard": true,
"DepOnly": true,
"GoFiles": [
"bytealg.go",
"compare_native.go",
"count_native.go",
"equal_native.go",
"index_amd64.go",
"index_native.go",
"indexbyte_native.go"
],
"CompiledGoFiles": [
"bytealg.go",
"compare_native.go",
"count_native.go",
"equal_native.go",
"index_amd64.go",
"index_native.go",
"indexbyte_native.go"
],
"IgnoredGoFiles": [
"compare_generic.go",
"count_generic.go",
"index_arm64.go",
"index_generic.go",
"index_s390x.go",
"indexbyte_generic.go"
],
"SFiles": [
"compare_amd64.s",
"count_amd64.s",
"equal_amd64.s",
"index_amd64.s",
"indexbyte_amd64.s"
],
"Imports": [
"internal/cpu",
"unsafe"
],
"Deps": [
"internal/cpu",
"unsafe"
]
}
{
"Dir": "~/.gimme/versions/go1.11.4.linux.amd64/src/internal/race",
"ImportPath": "internal/race",
"Name": "race",
"Doc": "Package race contains helper functions for manually instrumenting code for the race detector.",
"Target": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/internal/race.a",
"Root": "~/.gimme/versions/go1.11.4.linux.amd64",
"Export": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/internal/race.a",
"Goroot": true,
"Standard": true,
"DepOnly": true,
"GoFiles": [
"doc.go",
"norace.go"
],
"CompiledGoFiles": [
"doc.go",
"norace.go"
],
"IgnoredGoFiles": [
"race.go"
],
"Imports": [
"unsafe"
],
"Deps": [
"unsafe"
]
}
{
"Dir": "~/.gimme/versions/go1.11.4.linux.amd64/src/runtime/internal/atomic",
"ImportPath": "runtime/internal/atomic",
"Name": "atomic",
"Target": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/runtime/internal/atomic.a",
"Root": "~/.gimme/versions/go1.11.4.linux.amd64",
"Export": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/runtime/internal/atomic.a",
"Goroot": true,
"Standard": true,
"DepOnly": true,
"GoFiles": [
"atomic_amd64x.go",
"stubs.go"
],
"CompiledGoFiles": [
"atomic_amd64x.go",
"stubs.go"
],
"IgnoredGoFiles": [
"atomic_386.go",
"atomic_arm.go",
"atomic_arm64.go",
"atomic_mips64x.go",
"atomic_mipsx.go",
"atomic_ppc64x.go",
"atomic_s390x.go",
"atomic_wasm.go"
],
"SFiles": [
"asm_amd64.s"
],
"Imports": [
"unsafe"
],
"Deps": [
"unsafe"
],
"XTestGoFiles": [
"atomic_test.go",
"bench_test.go"
],
"XTestImports": [
"runtime",
"runtime/internal/atomic",
"runtime/internal/sys",
"testing",
"unsafe"
]
}
{
"Dir": "~/.gimme/versions/go1.11.4.linux.amd64/src/runtime/internal/sys",
"ImportPath": "runtime/internal/sys",
"Name": "sys",
"Doc": "package sys contains system- and configuration- and architecture-specific constants used by the runtime.",
"Target": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/runtime/internal/sys.a",
"Root": "~/.gimme/versions/go1.11.4.linux.amd64",
"Export": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/runtime/internal/sys.a",
"Goroot": true,
"Standard": true,
"DepOnly": true,
"GoFiles": [
"arch.go",
"arch_amd64.go",
"intrinsics.go",
"stubs.go",
"sys.go",
"zgoarch_amd64.go",
"zgoos_linux.go",
"zversion.go"
],
"CompiledGoFiles": [
"arch.go",
"arch_amd64.go",
"intrinsics.go",
"stubs.go",
"sys.go",
"zgoarch_amd64.go",
"zgoos_linux.go",
"zversion.go"
],
"IgnoredGoFiles": [
"arch_386.go",
"arch_amd64p32.go",
"arch_arm.go",
"arch_arm64.go",
"arch_mips.go",
"arch_mips64.go",
"arch_mips64le.go",
"arch_mipsle.go",
"arch_ppc64.go",
"arch_ppc64le.go",
"arch_s390x.go",
"arch_wasm.go",
"gengoos.go",
"intrinsics_stubs.go",
"zgoarch_386.go",
"zgoarch_amd64p32.go",
"zgoarch_arm.go",
"zgoarch_arm64.go",
"zgoarch_arm64be.go",
"zgoarch_armbe.go",
"zgoarch_mips.go",
"zgoarch_mips64.go",
"zgoarch_mips64le.go",
"zgoarch_mips64p32.go",
"zgoarch_mips64p32le.go",
"zgoarch_mipsle.go",
"zgoarch_ppc.go",
"zgoarch_ppc64.go",
"zgoarch_ppc64le.go",
"zgoarch_riscv.go",
"zgoarch_riscv64.go",
"zgoarch_s390.go",
"zgoarch_s390x.go",
"zgoarch_sparc.go",
"zgoarch_sparc64.go",
"zgoarch_wasm.go",
"zgoos_android.go",
"zgoos_darwin.go",
"zgoos_dragonfly.go",
"zgoos_freebsd.go",
"zgoos_js.go",
"zgoos_nacl.go",
"zgoos_netbsd.go",
"zgoos_openbsd.go",
"zgoos_plan9.go",
"zgoos_solaris.go",
"zgoos_windows.go",
"zgoos_zos.go"
],
"XTestGoFiles": [
"intrinsics_test.go"
],
"XTestImports": [
"runtime/internal/sys",
"testing"
]
}
{
"Dir": "~/.gimme/versions/go1.11.4.linux.amd64/src/runtime",
"ImportPath": "runtime",
"Name": "runtime",
"Doc": "Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.",
"Target": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/runtime.a",
"Root": "~/.gimme/versions/go1.11.4.linux.amd64",
"Export": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/runtime.a",
"Goroot": true,
"Standard": true,
"DepOnly": true,
"GoFiles": [
"alg.go",
"atomic_pointer.go",
"cgo.go",
"cgo_mmap.go",
"cgo_sigaction.go",
"cgocall.go",
"cgocallback.go",
"cgocheck.go",
"chan.go",
"compiler.go",
"complex.go",
"cpuflags_amd64.go",
"cpuprof.go",
"cputicks.go",
"debug.go",
"debugcall.go",
"defs_linux_amd64.go",
"env_posix.go",
"error.go",
"extern.go",
"fastlog2.go",
"fastlog2table.go",
"float.go",
"hash64.go",
"heapdump.go",
"iface.go",
"lfstack.go",
"lfstack_64bit.go",
"lock_futex.go",
"malloc.go",
"map.go",
"map_fast32.go",
"map_fast64.go",
"map_faststr.go",
"mbarrier.go",
"mbitmap.go",
"mcache.go",
"mcentral.go",
"mem_linux.go",
"mfinal.go",
"mfixalloc.go",
"mgc.go",
"mgclarge.go",
"mgcmark.go",
"mgcsweep.go",
"mgcsweepbuf.go",
"mgcwork.go",
"mheap.go",
"mprof.go",
"msan0.go",
"msize.go",
"mstats.go",
"mwbbuf.go",
"netpoll.go",
"netpoll_epoll.go",
"os_linux.go",
"os_linux_generic.go",
"os_linux_noauxv.go",
"os_nonopenbsd.go",
"panic.go",
"plugin.go",
"print.go",
"proc.go",
"profbuf.go",
"proflabel.go",
"race0.go",
"rdebug.go",
"relax_stub.go",
"runtime.go",
"runtime1.go",
"runtime2.go",
"rwmutex.go",
"select.go",
"sema.go",
"signal_amd64x.go",
"signal_linux_amd64.go",
"signal_sighandler.go",
"signal_unix.go",
"sigqueue.go",
"sigtab_linux_generic.go",
"sizeclasses.go",
"slice.go",
"softfloat64.go",
"stack.go",
"string.go",
"stubs.go",
"stubs2.go",
"stubs3.go",
"stubs_linux.go",
"stubs_x86.go",
"symtab.go",
"sys_nonppc64x.go",
"sys_x86.go",
"time.go",
"timestub.go",
"timestub2.go",
"trace.go",
"traceback.go",
"type.go",
"typekind.go",
"unaligned1.go",
"utf8.go",
"vdso_elf64.go",
"vdso_linux.go",
"vdso_linux_amd64.go",
"write_err.go"
],
"CompiledGoFiles": [
"alg.go",
"atomic_pointer.go",
"cgo.go",
"cgo_mmap.go",
"cgo_sigaction.go",
"cgocall.go",
"cgocallback.go",
"cgocheck.go",
"chan.go",
"compiler.go",
"complex.go",
"cpuflags_amd64.go",
"cpuprof.go",
"cputicks.go",
"debug.go",
"debugcall.go",
"defs_linux_amd64.go",
"env_posix.go",
"error.go",
"extern.go",
"fastlog2.go",
"fastlog2table.go",
"float.go",
"hash64.go",
"heapdump.go",
"iface.go",
"lfstack.go",
"lfstack_64bit.go",
"lock_futex.go",
"malloc.go",
"map.go",
"map_fast32.go",
"map_fast64.go",
"map_faststr.go",
"mbarrier.go",
"mbitmap.go",
"mcache.go",
"mcentral.go",
"mem_linux.go",
"mfinal.go",
"mfixalloc.go",
"mgc.go",
"mgclarge.go",
"mgcmark.go",
"mgcsweep.go",
"mgcsweepbuf.go",
"mgcwork.go",
"mheap.go",
"mprof.go",
"msan0.go",
"msize.go",
"mstats.go",
"mwbbuf.go",
"netpoll.go",
"netpoll_epoll.go",
"os_linux.go",
"os_linux_generic.go",
"os_linux_noauxv.go",
"os_nonopenbsd.go",
"panic.go",
"plugin.go",
"print.go",
"proc.go",
"profbuf.go",
"proflabel.go",
"race0.go",
"rdebug.go",
"relax_stub.go",
"runtime.go",
"runtime1.go",
"runtime2.go",
"rwmutex.go",
"select.go",
"sema.go",
"signal_amd64x.go",
"signal_linux_amd64.go",
"signal_sighandler.go",
"signal_unix.go",
"sigqueue.go",
"sigtab_linux_generic.go",
"sizeclasses.go",
"slice.go",
"softfloat64.go",
"stack.go",
"string.go",
"stubs.go",
"stubs2.go",
"stubs3.go",
"stubs_linux.go",
"stubs_x86.go",
"symtab.go",
"sys_nonppc64x.go",
"sys_x86.go",
"time.go",
"timestub.go",
"timestub2.go",
"trace.go",
"traceback.go",
"type.go",
"typekind.go",
"unaligned1.go",
"utf8.go",
"vdso_elf64.go",
"vdso_linux.go",
"vdso_linux_amd64.go",
"write_err.go"
],
"IgnoredGoFiles": [
"auxv_none.go",
"cgo_ppc64x.go",
"crash_nonunix_test.go",
"defs1_linux.go",
"defs1_netbsd_386.go",
"defs1_netbsd_amd64.go",
"defs1_netbsd_arm.go",
"defs1_solaris_amd64.go",
"defs2_linux.go",
"defs3_linux.go",
"defs_arm_linux.go",
"defs_darwin.go",
"defs_darwin_386.go",
"defs_darwin_amd64.go",
"defs_darwin_arm.go",
"defs_darwin_arm64.go",
"defs_dragonfly.go",
"defs_dragonfly_amd64.go",
"defs_freebsd.go",
"defs_freebsd_386.go",
"defs_freebsd_amd64.go",
"defs_freebsd_arm.go",
"defs_linux.go",
"defs_linux_386.go",
"defs_linux_arm.go",
"defs_linux_arm64.go",
"defs_linux_mips64x.go",
"defs_linux_mipsx.go",
"defs_linux_ppc64.go",
"defs_linux_ppc64le.go",
"defs_linux_s390x.go",
"defs_nacl_386.go",
"defs_nacl_amd64p32.go",
"defs_nacl_arm.go",
"defs_netbsd.go",
"defs_netbsd_386.go",
"defs_netbsd_amd64.go",
"defs_netbsd_arm.go",
"defs_openbsd.go",
"defs_openbsd_386.go",
"defs_openbsd_amd64.go",
"defs_openbsd_arm.go",
"defs_plan9_386.go",
"defs_plan9_amd64.go",
"defs_plan9_arm.go",
"defs_solaris.go",
"defs_solaris_amd64.go",
"defs_windows.go",
"defs_windows_386.go",
"defs_windows_amd64.go",
"env_plan9.go",
"export_arm_test.go",
"export_windows_test.go",
"hash32.go",
"lfstack_32bit.go",
"lock_js.go",
"lock_sema.go",
"mem_bsd.go",
"mem_darwin.go",
"mem_js.go",
"mem_plan9.go",
"mem_windows.go",
"mkduff.go",
"mkfastlog2table.go",
"mksizeclasses.go",
"mmap.go",
"msan.go",
"net_plan9.go",
"netpoll_fake.go",
"netpoll_kqueue.go",
"netpoll_solaris.go",
"netpoll_stub.go",
"netpoll_windows.go",
"numcpu_freebsd_test.go",
"os2_freebsd.go",
"os2_nacl.go",
"os2_openbsd.go",
"os2_plan9.go",
"os2_solaris.go",
"os3_plan9.go",
"os3_solaris.go",
"os_android.go",
"os_darwin.go",
"os_darwin_arm.go",
"os_darwin_arm64.go",
"os_dragonfly.go",
"os_freebsd.go",
"os_freebsd2.go",
"os_freebsd_amd64.go",
"os_freebsd_arm.go",
"os_freebsd_noauxv.go",
"os_js.go",
"os_linux_arm.go",
"os_linux_arm64.go",
"os_linux_be64.go",
"os_linux_mips64x.go",
"os_linux_mipsx.go",
"os_linux_novdso.go",
"os_linux_ppc64x.go",
"os_linux_s390x.go",
"os_nacl.go",
"os_nacl_arm.go",
"os_netbsd.go",
"os_netbsd_386.go",
"os_netbsd_amd64.go",
"os_netbsd_arm.go",
"os_openbsd.go",
"os_openbsd_arm.go",
"os_plan9.go",
"os_plan9_arm.go",
"os_solaris.go",
"os_windows.go",
"race.go",
"sigaction.go",
"signal_386.go",
"signal_arm.go",
"signal_arm64.go",
"signal_darwin.go",
"signal_darwin_386.go",
"signal_darwin_amd64.go",
"signal_darwin_arm.go",
"signal_darwin_arm64.go",
"signal_dragonfly.go",
"signal_dragonfly_amd64.go",
"signal_freebsd.go",
"signal_freebsd_386.go",
"signal_freebsd_amd64.go",
"signal_freebsd_arm.go",
"signal_linux_386.go",
"signal_linux_arm.go",
"signal_linux_arm64.go",
"signal_linux_mips64x.go",
"signal_linux_mipsx.go",
"signal_linux_ppc64x.go",
"signal_linux_s390x.go",
"signal_mips64x.go",
"signal_mipsx.go",
"signal_nacl.go",
"signal_nacl_386.go",
"signal_nacl_amd64p32.go",
"signal_nacl_arm.go",
"signal_netbsd.go",
"signal_netbsd_386.go",
"signal_netbsd_amd64.go",
"signal_netbsd_arm.go",
"signal_openbsd.go",
"signal_openbsd_386.go",
"signal_openbsd_amd64.go",
"signal_openbsd_arm.go",
"signal_plan9.go",
"signal_ppc64x.go",
"signal_solaris.go",
"signal_solaris_amd64.go",
"signal_windows.go",
"sigqueue_plan9.go",
"sigtab_linux_mipsx.go",
"stubs32.go",
"stubs_android.go",
"stubs_arm.go",
"stubs_nonlinux.go",
"sys_arm.go",
"sys_arm64.go",
"sys_darwin.go",
"sys_mips64x.go",
"sys_mipsx.go",
"sys_ppc64x.go",
"sys_s390x.go",
"sys_wasm.go",
"syscall2_solaris.go",
"syscall_solaris.go",
"syscall_windows.go",
"syscall_windows_test.go",
"timeasm.go",
"unaligned2.go",
"vdso_elf32.go",
"vdso_freebsd.go",
"vdso_freebsd_arm.go",
"vdso_freebsd_x86.go",
"vdso_in_none.go",
"vdso_linux_386.go",
"vdso_linux_arm.go",
"vdso_linux_arm64.go",
"vlop_arm_test.go",
"vlrt.go",
"wincallback.go",
"write_err_android.go",
"zcallback_windows.go"
],
"HFiles": [
"asm_ppc64x.h",
"funcdata.h",
"go_tls.h",
"textflag.h"
],
"SFiles": [
"asm.s",
"asm_amd64.s",
"duff_amd64.s",
"memclr_amd64.s",
"memmove_amd64.s",
"rt0_linux_amd64.s",
"sys_linux_amd64.s"
],
"Imports": [
"internal/bytealg",
"internal/cpu",
"runtime/internal/atomic",
"runtime/internal/sys",
"unsafe"
],
"Deps": [
"internal/bytealg",
"internal/cpu",
"runtime/internal/atomic",
"runtime/internal/sys",
"unsafe"
],
"TestGoFiles": [
"export_debug_test.go",
"export_futex_test.go",
"export_linux_test.go",
"export_mmap_test.go",
"export_test.go",
"export_unix_test.go",
"proc_runtime_test.go"
],
"TestImports": [
"runtime/internal/atomic",
"runtime/internal/sys",
"unsafe"
],
"XTestGoFiles": [
"callers_test.go",
"chan_test.go",
"chanbarrier_test.go",
"closure_test.go",
"complex_test.go",
"crash_cgo_test.go",
"crash_test.go",
"crash_unix_test.go",
"debug_test.go",
"env_test.go",
"example_test.go",
"fastlog2_test.go",
"futex_test.go",
"gc_test.go",
"gcinfo_test.go",
"hash_test.go",
"iface_test.go",
"lfstack_test.go",
"malloc_test.go",
"map_benchmark_test.go",
"map_test.go",
"memmove_linux_amd64_test.go",
"memmove_test.go",
"mfinal_test.go",
"norace_linux_test.go",
"norace_test.go",
"proc_test.go",
"profbuf_test.go",
"rand_test.go",
"runtime-gdb_test.go",
"runtime-lldb_test.go",
"runtime_linux_test.go",
"runtime_mmap_test.go",
"runtime_test.go",
"runtime_unix_test.go",
"rwmutex_test.go",
"sizeof_test.go",
"slice_test.go",
"softfloat64_test.go",
"stack_test.go",
"string_test.go",
"symtab_test.go",
"vdso_linux_test.go"
],
"XTestImports": [
"bytes",
"crypto/rand",
"encoding/binary",
"flag",
"fmt",
"go/build",
"internal/race",
"internal/testenv",
"io",
"io/ioutil",
"math",
"math/cmplx",
"math/rand",
"net",
"os",
"os/exec",
"path/filepath",
"reflect",
"regexp",
"runtime",
"runtime/debug",
"runtime/internal/sys",
"sort",
"strconv",
"strings",
"sync",
"sync/atomic",
"syscall",
"testing",
"time",
"unicode/utf8",
"unsafe"
]
}
{
"Dir": "~/.gimme/versions/go1.11.4.linux.amd64/src/sync/atomic",
"ImportPath": "sync/atomic",
"Name": "atomic",
"Doc": "Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.",
"Target": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/sync/atomic.a",
"Root": "~/.gimme/versions/go1.11.4.linux.amd64",
"Export": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/sync/atomic.a",
"Goroot": true,
"Standard": true,
"DepOnly": true,
"GoFiles": [
"doc.go",
"value.go"
],
"CompiledGoFiles": [
"doc.go",
"value.go"
],
"SFiles": [
"asm.s"
],
"Imports": [
"unsafe"
],
"Deps": [
"unsafe"
],
"XTestGoFiles": [
"atomic_test.go",
"example_test.go",
"value_test.go"
],
"XTestImports": [
"fmt",
"math/rand",
"runtime",
"strings",
"sync",
"sync/atomic",
"testing",
"time",
"unsafe"
]
}
{
"Dir": "~/.gimme/versions/go1.11.4.linux.amd64/src/sync",
"ImportPath": "sync",
"Name": "sync",
"Doc": "Package sync provides basic synchronization primitives such as mutual exclusion locks.",
"Target": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/sync.a",
"Root": "~/.gimme/versions/go1.11.4.linux.amd64",
"Export": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/sync.a",
"Goroot": true,
"Standard": true,
"DepOnly": true,
"GoFiles": [
"cond.go",
"map.go",
"mutex.go",
"once.go",
"pool.go",
"runtime.go",
"rwmutex.go",
"waitgroup.go"
],
"CompiledGoFiles": [
"cond.go",
"map.go",
"mutex.go",
"once.go",
"pool.go",
"runtime.go",
"rwmutex.go",
"waitgroup.go"
],
"Imports": [
"internal/race",
"runtime",
"sync/atomic",
"unsafe"
],
"Deps": [
"internal/bytealg",
"internal/cpu",
"internal/race",
"runtime",
"runtime/internal/atomic",
"runtime/internal/sys",
"sync/atomic",
"unsafe"
],
"TestGoFiles": [
"export_test.go"
],
"XTestGoFiles": [
"cond_test.go",
"example_pool_test.go",
"example_test.go",
"map_bench_test.go",
"map_reference_test.go",
"map_test.go",
"mutex_test.go",
"once_test.go",
"pool_test.go",
"runtime_sema_test.go",
"rwmutex_test.go",
"waitgroup_test.go"
],
"XTestImports": [
"bytes",
"fmt",
"internal/race",
"internal/testenv",
"io",
"math/rand",
"os",
"os/exec",
"reflect",
"runtime",
"runtime/debug",
"strings",
"sync",
"sync/atomic",
"testing",
"testing/quick",
"time"
]
}
{
"Dir": "~/.gimme/versions/go1.11.4.linux.amd64/src/io",
"ImportPath": "io",
"Name": "io",
"Doc": "Package io provides basic interfaces to I/O primitives.",
"Target": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/io.a",
"Root": "~/.gimme/versions/go1.11.4.linux.amd64",
"Export": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/io.a",
"Goroot": true,
"Standard": true,
"DepOnly": true,
"GoFiles": [
"io.go",
"multi.go",
"pipe.go"
],
"CompiledGoFiles": [
"io.go",
"multi.go",
"pipe.go"
],
"Imports": [
"errors",
"sync",
"sync/atomic"
],
"Deps": [
"errors",
"internal/bytealg",
"internal/cpu",
"internal/race",
"runtime",
"runtime/internal/atomic",
"runtime/internal/sys",
"sync",
"sync/atomic",
"unsafe"
],
"XTestGoFiles": [
"example_test.go",
"io_test.go",
"multi_test.go",
"pipe_test.go"
],
"XTestImports": [
"bytes",
"crypto/sha1",
"errors",
"fmt",
"io",
"io/ioutil",
"log",
"os",
"runtime",
"sort",
"strings",
"testing",
"time"
]
}
{
"Dir": "~/.gimme/versions/go1.11.4.linux.amd64/src/unicode",
"ImportPath": "unicode",
"Name": "unicode",
"Doc": "Package unicode provides data and functions to test some properties of Unicode code points.",
"Target": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/unicode.a",
"Root": "~/.gimme/versions/go1.11.4.linux.amd64",
"Export": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/unicode.a",
"Goroot": true,
"Standard": true,
"DepOnly": true,
"GoFiles": [
"casetables.go",
"digit.go",
"graphic.go",
"letter.go",
"tables.go"
],
"CompiledGoFiles": [
"casetables.go",
"digit.go",
"graphic.go",
"letter.go",
"tables.go"
],
"IgnoredGoFiles": [
"maketables.go"
],
"XTestGoFiles": [
"digit_test.go",
"example_test.go",
"graphic_test.go",
"letter_test.go",
"script_test.go"
],
"XTestImports": [
"flag",
"fmt",
"runtime",
"sort",
"strings",
"testing",
"unicode"
]
}
{
"Dir": "~/.gimme/versions/go1.11.4.linux.amd64/src/unicode/utf8",
"ImportPath": "unicode/utf8",
"Name": "utf8",
"Doc": "Package utf8 implements functions and constants to support text encoded in UTF-8.",
"Target": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/unicode/utf8.a",
"Root": "~/.gimme/versions/go1.11.4.linux.amd64",
"Export": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/unicode/utf8.a",
"Goroot": true,
"Standard": true,
"DepOnly": true,
"GoFiles": [
"utf8.go"
],
"CompiledGoFiles": [
"utf8.go"
],
"XTestGoFiles": [
"example_test.go",
"utf8_test.go"
],
"XTestImports": [
"bytes",
"fmt",
"testing",
"unicode",
"unicode/utf8"
]
}
{
"Dir": "~/.gimme/versions/go1.11.4.linux.amd64/src/strings",
"ImportPath": "strings",
"Name": "strings",
"Doc": "Package strings implements simple functions to manipulate UTF-8 encoded strings.",
"Target": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/strings.a",
"Root": "~/.gimme/versions/go1.11.4.linux.amd64",
"Export": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/strings.a",
"Match": [
"strings"
],
"Goroot": true,
"Standard": true,
"GoFiles": [
"builder.go",
"compare.go",
"reader.go",
"replace.go",
"search.go",
"strings.go",
"strings_decl.go"
],
"CompiledGoFiles": [
"builder.go",
"compare.go",
"reader.go",
"replace.go",
"search.go",
"strings.go",
"strings_decl.go"
],
"SFiles": [
"strings.s"
],
"Imports": [
"errors",
"internal/bytealg",
"io",
"unicode",
"unicode/utf8",
"unsafe"
],
"Deps": [
"errors",
"internal/bytealg",
"internal/cpu",
"internal/race",
"io",
"runtime",
"runtime/internal/atomic",
"runtime/internal/sys",
"sync",
"sync/atomic",
"unicode",
"unicode/utf8",
"unsafe"
],
"TestGoFiles": [
"export_test.go"
],
"XTestGoFiles": [
"builder_test.go",
"compare_test.go",
"example_test.go",
"reader_test.go",
"replace_test.go",
"search_test.go",
"strings_test.go"
],
"XTestImports": [
"bytes",
"fmt",
"internal/testenv",
"io",
"io/ioutil",
"math/rand",
"reflect",
"strings",
"sync",
"testing",
"unicode",
"unicode/utf8",
"unsafe"
]
}
{
"Dir": "~/.gimme/versions/go1.11.4.linux.amd64/src/math",
"ImportPath": "math",
"Name": "math",
"Doc": "Package math provides basic constants and mathematical functions.",
"Target": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/math.a",
"Root": "~/.gimme/versions/go1.11.4.linux.amd64",
"Export": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/math.a",
"Goroot": true,
"Standard": true,
"DepOnly": true,
"GoFiles": [
"abs.go",
"acosh.go",
"asin.go",
"asinh.go",
"atan.go",
"atan2.go",
"atanh.go",
"bits.go",
"cbrt.go",
"const.go",
"copysign.go",
"dim.go",
"erf.go",
"erfinv.go",
"exp.go",
"exp_asm.go",
"expm1.go",
"floor.go",
"frexp.go",
"gamma.go",
"hypot.go",
"j0.go",
"j1.go",
"jn.go",
"ldexp.go",
"lgamma.go",
"log.go",
"log10.go",
"log1p.go",
"logb.go",
"mod.go",
"modf.go",
"nextafter.go",
"pow.go",
"pow10.go",
"remainder.go",
"signbit.go",
"sin.go",
"sincos.go",
"sinh.go",
"sqrt.go",
"tan.go",
"tanh.go",
"unsafe.go"
],
"CompiledGoFiles": [
"abs.go",
"acosh.go",
"asin.go",
"asinh.go",
"atan.go",
"atan2.go",
"atanh.go",
"bits.go",
"cbrt.go",
"const.go",
"copysign.go",
"dim.go",
"erf.go",
"erfinv.go",
"exp.go",
"exp_asm.go",
"expm1.go",
"floor.go",
"frexp.go",
"gamma.go",
"hypot.go",
"j0.go",
"j1.go",
"jn.go",
"ldexp.go",
"lgamma.go",
"log.go",
"log10.go",
"log1p.go",
"logb.go",
"mod.go",
"modf.go",
"nextafter.go",
"pow.go",
"pow10.go",
"remainder.go",
"signbit.go",
"sin.go",
"sincos.go",
"sinh.go",
"sqrt.go",
"tan.go",
"tanh.go",
"unsafe.go"
],
"IgnoredGoFiles": [
"arith_s390x.go",
"arith_s390x_test.go",
"export_s390x_test.go",
"sincos_386.go"
],
"SFiles": [
"asin_amd64.s",
"asinh_stub.s",
"atan2_amd64.s",
"atan_amd64.s",
"cbrt_stub.s",
"dim_amd64.s",
"erf_stub.s",
"exp2_amd64.s",
"exp_amd64.s",
"expm1_amd64.s",
"floor_amd64.s",
"frexp_amd64.s",
"hypot_amd64.s",
"ldexp_amd64.s",
"log10_amd64.s",
"log1p_amd64.s",
"log_amd64.s",
"mod_amd64.s",
"modf_amd64.s",
"pow_stub.s",
"remainder_amd64.s",
"sin_amd64.s",
"sinh_stub.s",
"sqrt_amd64.s",
"tan_amd64.s"
],
"Imports": [
"internal/cpu",
"unsafe"
],
"Deps": [
"internal/cpu",
"unsafe"
],
"TestGoFiles": [
"export_test.go"
],
"XTestGoFiles": [
"all_test.go",
"example_test.go"
],
"XTestImports": [
"fmt",
"math",
"testing",
"unsafe"
]
}
{
"Dir": "~/.gimme/versions/go1.11.4.linux.amd64/src/syscall",
"ImportPath": "syscall",
"Name": "syscall",
"Doc": "Package syscall contains an interface to the low-level operating system primitives.",
"Target": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/syscall.a",
"Root": "~/.gimme/versions/go1.11.4.linux.amd64",
"Export": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/syscall.a",
"Goroot": true,
"Standard": true,
"DepOnly": true,
"GoFiles": [
"dirent.go",
"endian_little.go",
"env_unix.go",
"exec_linux.go",
"exec_unix.go",
"flock.go",
"lsf_linux.go",
"msan0.go",
"net.go",
"netlink_linux.go",
"setuidgid_linux.go",
"sockcmsg_linux.go",
"sockcmsg_unix.go",
"str.go",
"syscall.go",
"syscall_linux.go",
"syscall_linux_amd64.go",
"syscall_unix.go",
"timestruct.go",
"zerrors_linux_amd64.go",
"zsyscall_linux_amd64.go",
"zsysnum_linux_amd64.go",
"ztypes_linux_amd64.go"
],
"CompiledGoFiles": [
"dirent.go",
"endian_little.go",
"env_unix.go",
"exec_linux.go",
"exec_unix.go",
"flock.go",
"lsf_linux.go",
"msan0.go",
"net.go",
"netlink_linux.go",
"setuidgid_linux.go",
"sockcmsg_linux.go",
"sockcmsg_unix.go",
"str.go",
"syscall.go",
"syscall_linux.go",
"syscall_linux_amd64.go",
"syscall_unix.go",
"timestruct.go",
"zerrors_linux_amd64.go",
"zsyscall_linux_amd64.go",
"zsysnum_linux_amd64.go",
"ztypes_linux_amd64.go"
],
"IgnoredGoFiles": [
"bpf_bsd.go",
"const_plan9.go",
"dir_plan9.go",
"dll_windows.go",
"endian_big.go",
"env_plan9.go",
"env_windows.go",
"errors_plan9.go",
"exec_bsd.go",
"exec_plan9.go",
"exec_solaris.go",
"exec_solaris_test.go",
"exec_windows.go",
"fd_nacl.go",
"flock_linux_32bit.go",
"forkpipe.go",
"forkpipe2.go",
"fs_js.go",
"fs_nacl.go",
"mkpost.go",
"mksyscall_windows.go",
"msan.go",
"net_js.go",
"net_nacl.go",
"pwd_plan9.go",
"route_bsd.go",
"route_darwin.go",
"route_dragonfly.go",
"route_freebsd.go",
"route_freebsd_32bit.go",
"route_freebsd_64bit.go",
"route_netbsd.go",
"route_openbsd.go",
"security_windows.go",
"setuidgid_32_linux.go",
"syscall_bsd.go",
"syscall_bsd_test.go",
"syscall_darwin.go",
"syscall_darwin_386.go",
"syscall_darwin_amd64.go",
"syscall_darwin_arm.go",
"syscall_darwin_arm64.go",
"syscall_dragonfly.go",
"syscall_dragonfly_amd64.go",
"syscall_freebsd.go",
"syscall_freebsd_386.go",
"syscall_freebsd_amd64.go",
"syscall_freebsd_arm.go",
"syscall_getwd_bsd.go",
"syscall_js.go",
"syscall_linux_386.go",
"syscall_linux_arm.go",
"syscall_linux_arm64.go",
"syscall_linux_mips64x.go",
"syscall_linux_mipsx.go",
"syscall_linux_ppc64x.go",
"syscall_linux_s390x.go",
"syscall_nacl.go",
"syscall_nacl_386.go",
"syscall_nacl_amd64p32.go",
"syscall_nacl_arm.go",
"syscall_netbsd.go",
"syscall_netbsd_386.go",
"syscall_netbsd_amd64.go",
"syscall_netbsd_arm.go",
"syscall_openbsd.go",
"syscall_openbsd_386.go",
"syscall_openbsd_amd64.go",
"syscall_openbsd_arm.go",
"syscall_plan9.go",
"syscall_plan9_test.go",
"syscall_solaris.go",
"syscall_solaris_amd64.go",
"syscall_windows.go",
"syscall_windows_386.go",
"syscall_windows_amd64.go",
"syscall_windows_test.go",
"tables_nacljs.go",
"types_darwin.go",
"types_dragonfly.go",
"types_freebsd.go",
"types_linux.go",
"types_netbsd.go",
"types_openbsd.go",
"types_solaris.go",
"types_windows.go",
"types_windows_386.go",
"types_windows_amd64.go",
"unzip_nacl.go",
"zerrors_darwin_386.go",
"zerrors_darwin_amd64.go",
"zerrors_darwin_arm.go",
"zerrors_darwin_arm64.go",
"zerrors_dragonfly_amd64.go",
"zerrors_freebsd_386.go",
"zerrors_freebsd_amd64.go",
"zerrors_freebsd_arm.go",
"zerrors_linux_386.go",
"zerrors_linux_arm.go",
"zerrors_linux_arm64.go",
"zerrors_linux_mips.go",
"zerrors_linux_mips64.go",
"zerrors_linux_mips64le.go",
"zerrors_linux_mipsle.go",
"zerrors_linux_ppc64.go",
"zerrors_linux_ppc64le.go",
"zerrors_linux_s390x.go",
"zerrors_netbsd_386.go",
"zerrors_netbsd_amd64.go",
"zerrors_netbsd_arm.go",
"zerrors_openbsd_386.go",
"zerrors_openbsd_amd64.go",
"zerrors_openbsd_arm.go",
"zerrors_solaris_amd64.go",
"zerrors_windows.go",
"zerrors_windows_386.go",
"zerrors_windows_amd64.go",
"zsyscall_darwin_386.go",
"zsyscall_darwin_amd64.go",
"zsyscall_darwin_arm.go",
"zsyscall_darwin_arm64.go",
"zsyscall_dragonfly_amd64.go",
"zsyscall_freebsd_386.go",
"zsyscall_freebsd_amd64.go",
"zsyscall_freebsd_arm.go",
"zsyscall_linux_386.go",
"zsyscall_linux_arm.go",
"zsyscall_linux_arm64.go",
"zsyscall_linux_mips.go",
"zsyscall_linux_mips64.go",
"zsyscall_linux_mips64le.go",
"zsyscall_linux_mipsle.go",
"zsyscall_linux_ppc64.go",
"zsyscall_linux_ppc64le.go",
"zsyscall_linux_s390x.go",
"zsyscall_nacl_386.go",
"zsyscall_nacl_amd64p32.go",
"zsyscall_nacl_arm.go",
"zsyscall_netbsd_386.go",
"zsyscall_netbsd_amd64.go",
"zsyscall_netbsd_arm.go",
"zsyscall_openbsd_386.go",
"zsyscall_openbsd_amd64.go",
"zsyscall_openbsd_arm.go",
"zsyscall_plan9_386.go",
"zsyscall_plan9_amd64.go",
"zsyscall_plan9_arm.go",
"zsyscall_solaris_amd64.go",
"zsyscall_windows.go",
"zsysctl_openbsd.go",
"zsysnum_darwin_386.go",
"zsysnum_darwin_amd64.go",
"zsysnum_darwin_arm.go",
"zsysnum_darwin_arm64.go",
"zsysnum_dragonfly_amd64.go",
"zsysnum_freebsd_386.go",
"zsysnum_freebsd_amd64.go",
"zsysnum_freebsd_arm.go",
"zsysnum_linux_386.go",
"zsysnum_linux_arm.go",
"zsysnum_linux_arm64.go",
"zsysnum_linux_mips.go",
"zsysnum_linux_mips64.go",
"zsysnum_linux_mips64le.go",
"zsysnum_linux_mipsle.go",
"zsysnum_linux_ppc64.go",
"zsysnum_linux_ppc64le.go",
"zsysnum_linux_s390x.go",
"zsysnum_netbsd_386.go",
"zsysnum_netbsd_amd64.go",
"zsysnum_netbsd_arm.go",
"zsysnum_openbsd_386.go",
"zsysnum_openbsd_amd64.go",
"zsysnum_openbsd_arm.go",
"zsysnum_plan9.go",
"zsysnum_solaris_amd64.go",
"zsysnum_windows_386.go",
"zsysnum_windows_amd64.go",
"ztypes_darwin_386.go",
"ztypes_darwin_amd64.go",
"ztypes_darwin_arm.go",
"ztypes_darwin_arm64.go",
"ztypes_dragonfly_amd64.go",
"ztypes_freebsd_386.go",
"ztypes_freebsd_amd64.go",
"ztypes_freebsd_arm.go",
"ztypes_linux_386.go",
"ztypes_linux_arm.go",
"ztypes_linux_arm64.go",
"ztypes_linux_mips.go",
"ztypes_linux_mips64.go",
"ztypes_linux_mips64le.go",
"ztypes_linux_mipsle.go",
"ztypes_linux_ppc64.go",
"ztypes_linux_ppc64le.go",
"ztypes_linux_s390x.go",
"ztypes_netbsd_386.go",
"ztypes_netbsd_amd64.go",
"ztypes_netbsd_arm.go",
"ztypes_openbsd_386.go",
"ztypes_openbsd_amd64.go",
"ztypes_openbsd_arm.go",
"ztypes_solaris_amd64.go"
],
"SFiles": [
"asm_linux_amd64.s"
],
"Imports": [
"internal/race",
"runtime",
"sync",
"unsafe"
],
"Deps": [
"internal/bytealg",
"internal/cpu",
"internal/race",
"runtime",
"runtime/internal/atomic",
"runtime/internal/sys",
"sync",
"sync/atomic",
"unsafe"
],
"TestGoFiles": [
"export_linux_test.go",
"export_test.go",
"export_unix_test.go"
],
"XTestGoFiles": [
"creds_test.go",
"exec_linux_test.go",
"exec_unix_test.go",
"mmap_unix_test.go",
"syscall_linux_test.go",
"syscall_test.go",
"syscall_unix_test.go"
],
"XTestImports": [
"bufio",
"bytes",
"flag",
"fmt",
"internal/testenv",
"io",
"io/ioutil",
"net",
"os",
"os/exec",
"os/signal",
"os/user",
"path/filepath",
"runtime",
"strconv",
"strings",
"syscall",
"testing",
"time",
"unsafe"
]
}
{
"Dir": "~/.gimme/versions/go1.11.4.linux.amd64/src/time",
"ImportPath": "time",
"Name": "time",
"Doc": "Package time provides functionality for measuring and displaying time.",
"Target": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/time.a",
"Root": "~/.gimme/versions/go1.11.4.linux.amd64",
"Export": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/time.a",
"Goroot": true,
"Standard": true,
"DepOnly": true,
"GoFiles": [
"format.go",
"sleep.go",
"sys_unix.go",
"tick.go",
"time.go",
"zoneinfo.go",
"zoneinfo_read.go",
"zoneinfo_unix.go"
],
"CompiledGoFiles": [
"format.go",
"sleep.go",
"sys_unix.go",
"tick.go",
"time.go",
"zoneinfo.go",
"zoneinfo_read.go",
"zoneinfo_unix.go"
],
"IgnoredGoFiles": [
"export_android_test.go",
"export_windows_test.go",
"genzabbrs.go",
"sys_plan9.go",
"sys_windows.go",
"zoneinfo_abbrs_windows.go",
"zoneinfo_android.go",
"zoneinfo_android_test.go",
"zoneinfo_ios.go",
"zoneinfo_plan9.go",
"zoneinfo_windows.go",
"zoneinfo_windows_test.go"
],
"Imports": [
"errors",
"runtime",
"sync",
"syscall"
],
"Deps": [
"errors",
"internal/bytealg",
"internal/cpu",
"internal/race",
"runtime",
"runtime/internal/atomic",
"runtime/internal/sys",
"sync",
"sync/atomic",
"syscall",
"unsafe"
],
"TestGoFiles": [
"export_test.go",
"internal_test.go"
],
"TestImports": [
"sync"
],
"XTestGoFiles": [
"example_test.go",
"format_test.go",
"mono_test.go",
"sleep_test.go",
"tick_test.go",
"time_test.go",
"zoneinfo_test.go"
],
"XTestImports": [
"bytes",
"encoding/gob",
"encoding/json",
"errors",
"fmt",
"internal/race",
"math/big",
"math/rand",
"os",
"reflect",
"runtime",
"strconv",
"strings",
"sync",
"sync/atomic",
"testing",
"testing/quick",
"time"
]
}
{
"Dir": "~/.gimme/versions/go1.11.4.linux.amd64/src/internal/poll",
"ImportPath": "internal/poll",
"Name": "poll",
"Doc": "Package poll supports non-blocking I/O on file descriptors with polling.",
"Target": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/internal/poll.a",
"Root": "~/.gimme/versions/go1.11.4.linux.amd64",
"Export": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/internal/poll.a",
"Goroot": true,
"Standard": true,
"DepOnly": true,
"GoFiles": [
"fd.go",
"fd_mutex.go",
"fd_poll_runtime.go",
"fd_posix.go",
"fd_unix.go",
"hook_cloexec.go",
"hook_unix.go",
"sendfile_linux.go",
"sock_cloexec.go",
"sockopt.go",
"sockopt_linux.go",
"sockopt_unix.go",
"sockoptip.go",
"splice_linux.go",
"writev.go"
],
"CompiledGoFiles": [
"fd.go",
"fd_mutex.go",
"fd_poll_runtime.go",
"fd_posix.go",
"fd_unix.go",
"hook_cloexec.go",
"hook_unix.go",
"sendfile_linux.go",
"sock_cloexec.go",
"sockopt.go",
"sockopt_linux.go",
"sockopt_unix.go",
"sockoptip.go",
"splice_linux.go",
"writev.go"
],
"IgnoredGoFiles": [
"export_windows_test.go",
"fd_io_plan9.go",
"fd_plan9.go",
"fd_poll_nacljs.go",
"fd_windows.go",
"fd_windows_test.go",
"hook_windows.go",
"sendfile_bsd.go",
"sendfile_solaris.go",
"sendfile_windows.go",
"sockopt_windows.go",
"strconv.go",
"sys_cloexec.go"
],
"Imports": [
"errors",
"io",
"runtime",
"sync",
"sync/atomic",
"syscall",
"time",
"unsafe"
],
"Deps": [
"errors",
"internal/bytealg",
"internal/cpu",
"internal/race",
"io",
"runtime",
"runtime/internal/atomic",
"runtime/internal/sys",
"sync",
"sync/atomic",
"syscall",
"time",
"unsafe"
],
"TestGoFiles": [
"export_posix_test.go",
"export_test.go"
],
"XTestGoFiles": [
"fd_mutex_test.go",
"fd_posix_test.go",
"writev_test.go"
],
"XTestImports": [
"internal/poll",
"io",
"math/rand",
"reflect",
"runtime",
"strings",
"testing",
"time"
]
}
{
"Dir": "~/.gimme/versions/go1.11.4.linux.amd64/src/internal/syscall/unix",
"ImportPath": "internal/syscall/unix",
"Name": "unix",
"Target": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/internal/syscall/unix.a",
"Root": "~/.gimme/versions/go1.11.4.linux.amd64",
"Export": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/internal/syscall/unix.a",
"Goroot": true,
"Standard": true,
"DepOnly": true,
"GoFiles": [
"getrandom_linux.go",
"getrandom_linux_amd64.go",
"nonblocking.go"
],
"CompiledGoFiles": [
"getrandom_linux.go",
"getrandom_linux_amd64.go",
"nonblocking.go"
],
"IgnoredGoFiles": [
"getentropy_openbsd.go",
"getrandom_linux_386.go",
"getrandom_linux_arm.go",
"getrandom_linux_generic.go",
"getrandom_linux_mips64x.go",
"getrandom_linux_mipsx.go",
"getrandom_linux_ppc64x.go",
"getrandom_linux_s390x.go",
"nonblocking_js.go",
"nonblocking_nacl.go"
],
"SFiles": [
"empty.s"
],
"Imports": [
"sync/atomic",
"syscall",
"unsafe"
],
"Deps": [
"internal/bytealg",
"internal/cpu",
"internal/race",
"runtime",
"runtime/internal/atomic",
"runtime/internal/sys",
"sync",
"sync/atomic",
"syscall",
"unsafe"
]
}
{
"Dir": "~/.gimme/versions/go1.11.4.linux.amd64/src/internal/testlog",
"ImportPath": "internal/testlog",
"Name": "testlog",
"Doc": "Package testlog provides a back-channel communication path between tests and package os, so that cmd/go can see which environment variables and files a test consults.",
"Target": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/internal/testlog.a",
"Root": "~/.gimme/versions/go1.11.4.linux.amd64",
"Export": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/internal/testlog.a",
"Goroot": true,
"Standard": true,
"DepOnly": true,
"GoFiles": [
"log.go"
],
"CompiledGoFiles": [
"log.go"
],
"Imports": [
"sync/atomic"
],
"Deps": [
"sync/atomic",
"unsafe"
]
}
{
"Dir": "~/.gimme/versions/go1.11.4.linux.amd64/src/os",
"ImportPath": "os",
"Name": "os",
"Doc": "Package os provides a platform-independent interface to operating system functionality.",
"Target": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/os.a",
"Root": "~/.gimme/versions/go1.11.4.linux.amd64",
"Export": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/os.a",
"Goroot": true,
"Standard": true,
"DepOnly": true,
"GoFiles": [
"dir.go",
"dir_unix.go",
"env.go",
"error.go",
"error_posix.go",
"error_unix.go",
"exec.go",
"exec_posix.go",
"exec_unix.go",
"executable.go",
"executable_procfs.go",
"file.go",
"file_posix.go",
"file_unix.go",
"getwd.go",
"path.go",
"path_unix.go",
"pipe_linux.go",
"proc.go",
"stat.go",
"stat_linux.go",
"stat_unix.go",
"sticky_notbsd.go",
"str.go",
"sys.go",
"sys_linux.go",
"sys_unix.go",
"types.go",
"types_unix.go",
"wait_waitid.go"
],
"CompiledGoFiles": [
"dir.go",
"dir_unix.go",
"env.go",
"error.go",
"error_posix.go",
"error_unix.go",
"exec.go",
"exec_posix.go",
"exec_unix.go",
"executable.go",
"executable_procfs.go",
"file.go",
"file_posix.go",
"file_unix.go",
"getwd.go",
"path.go",
"path_unix.go",
"pipe_linux.go",
"proc.go",
"stat.go",
"stat_linux.go",
"stat_unix.go",
"sticky_notbsd.go",
"str.go",
"sys.go",
"sys_linux.go",
"sys_unix.go",
"types.go",
"types_unix.go",
"wait_waitid.go"
],
"IgnoredGoFiles": [
"dir_plan9.go",
"dir_windows.go",
"error_plan9.go",
"error_windows.go",
"error_windows_test.go",
"exec_plan9.go",
"exec_windows.go",
"executable_darwin.go",
"executable_freebsd.go",
"executable_path.go",
"executable_plan9.go",
"executable_solaris.go",
"executable_windows.go",
"export_windows_test.go",
"file_plan9.go",
"file_windows.go",
"getwd_darwin.go",
"os_windows_test.go",
"path_plan9.go",
"path_windows.go",
"path_windows_test.go",
"pipe2_bsd.go",
"pipe_bsd.go",
"stat_darwin.go",
"stat_dragonfly.go",
"stat_freebsd.go",
"stat_nacljs.go",
"stat_netbsd.go",
"stat_openbsd.go",
"stat_plan9.go",
"stat_solaris.go",
"stat_windows.go",
"sticky_bsd.go",
"sys_bsd.go",
"sys_js.go",
"sys_nacl.go",
"sys_plan9.go",
"sys_solaris.go",
"sys_windows.go",
"types_plan9.go",
"types_windows.go",
"wait_unimp.go",
"wait_wait6.go"
],
"Imports": [
"errors",
"internal/poll",
"internal/syscall/unix",
"internal/testlog",
"io",
"runtime",
"sync",
"sync/atomic",
"syscall",
"time",
"unsafe"
],
"Deps": [
"errors",
"internal/bytealg",
"internal/cpu",
"internal/poll",
"internal/race",
"internal/syscall/unix",
"internal/testlog",
"io",
"runtime",
"runtime/internal/atomic",
"runtime/internal/sys",
"sync",
"sync/atomic",
"syscall",
"time",
"unsafe"
],
"TestGoFiles": [
"export_test.go"
],
"XTestGoFiles": [
"env_test.go",
"env_unix_test.go",
"error_test.go",
"error_unix_test.go",
"example_test.go",
"executable_test.go",
"fifo_test.go",
"os_test.go",
"os_unix_test.go",
"path_test.go",
"pipe_test.go",
"timeout_test.go"
],
"XTestImports": [
"bufio",
"bytes",
"errors",
"flag",
"fmt",
"internal/poll",
"internal/testenv",
"io",
"io/ioutil",
"log",
"math/rand",
"os",
"os/exec",
"os/signal",
"path/filepath",
"reflect",
"runtime",
"runtime/debug",
"sort",
"strconv",
"strings",
"sync",
"syscall",
"testing",
"time"
]
}
{
"Dir": "~/.gimme/versions/go1.11.4.linux.amd64/src/math/bits",
"ImportPath": "math/bits",
"Name": "bits",
"Doc": "Package bits implements bit counting and manipulation functions for the predeclared unsigned integer types.",
"Target": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/math/bits.a",
"Root": "~/.gimme/versions/go1.11.4.linux.amd64",
"Export": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/math/bits.a",
"Goroot": true,
"Standard": true,
"DepOnly": true,
"GoFiles": [
"bits.go",
"bits_tables.go"
],
"CompiledGoFiles": [
"bits.go",
"bits_tables.go"
],
"IgnoredGoFiles": [
"make_examples.go",
"make_tables.go"
],
"TestGoFiles": [
"export_test.go"
],
"XTestGoFiles": [
"bits_test.go",
"example_test.go"
],
"XTestImports": [
"fmt",
"math/bits",
"testing",
"unsafe"
]
}
{
"Dir": "~/.gimme/versions/go1.11.4.linux.amd64/src/strconv",
"ImportPath": "strconv",
"Name": "strconv",
"Doc": "Package strconv implements conversions to and from string representations of basic data types.",
"Target": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/strconv.a",
"Root": "~/.gimme/versions/go1.11.4.linux.amd64",
"Export": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/strconv.a",
"Goroot": true,
"Standard": true,
"DepOnly": true,
"GoFiles": [
"atob.go",
"atof.go",
"atoi.go",
"decimal.go",
"doc.go",
"extfloat.go",
"ftoa.go",
"isprint.go",
"itoa.go",
"quote.go"
],
"CompiledGoFiles": [
"atob.go",
"atof.go",
"atoi.go",
"decimal.go",
"doc.go",
"extfloat.go",
"ftoa.go",
"isprint.go",
"itoa.go",
"quote.go"
],
"IgnoredGoFiles": [
"makeisprint.go"
],
"Imports": [
"errors",
"math",
"math/bits",
"unicode/utf8"
],
"Deps": [
"errors",
"internal/cpu",
"math",
"math/bits",
"unicode/utf8",
"unsafe"
],
"TestGoFiles": [
"export_test.go",
"internal_test.go"
],
"XTestGoFiles": [
"atob_test.go",
"atof_test.go",
"atoi_test.go",
"decimal_test.go",
"example_test.go",
"fp_test.go",
"ftoa_test.go",
"itoa_test.go",
"quote_test.go",
"strconv_test.go"
],
"XTestImports": [
"bufio",
"bytes",
"errors",
"fmt",
"log",
"math",
"math/rand",
"os",
"reflect",
"runtime",
"strconv",
"strings",
"sync",
"testing",
"time",
"unicode"
]
}
{
"Dir": "~/.gimme/versions/go1.11.4.linux.amd64/src/reflect",
"ImportPath": "reflect",
"Name": "reflect",
"Doc": "Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.",
"Target": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/reflect.a",
"Root": "~/.gimme/versions/go1.11.4.linux.amd64",
"Export": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/reflect.a",
"Goroot": true,
"Standard": true,
"DepOnly": true,
"GoFiles": [
"deepequal.go",
"makefunc.go",
"swapper.go",
"type.go",
"value.go"
],
"CompiledGoFiles": [
"deepequal.go",
"makefunc.go",
"swapper.go",
"type.go",
"value.go"
],
"SFiles": [
"asm_amd64.s"
],
"Imports": [
"math",
"runtime",
"strconv",
"sync",
"unicode",
"unicode/utf8",
"unsafe"
],
"Deps": [
"errors",
"internal/bytealg",
"internal/cpu",
"internal/race",
"math",
"math/bits",
"runtime",
"runtime/internal/atomic",
"runtime/internal/sys",
"strconv",
"sync",
"sync/atomic",
"unicode",
"unicode/utf8",
"unsafe"
],
"TestGoFiles": [
"export_test.go"
],
"TestImports": [
"unsafe"
],
"XTestGoFiles": [
"all_test.go",
"example_test.go",
"set_test.go",
"tostring_test.go"
],
"XTestImports": [
"bytes",
"encoding/base64",
"encoding/json",
"flag",
"fmt",
"go/ast",
"go/token",
"io",
"math",
"math/rand",
"os",
"reflect",
"runtime",
"sort",
"strconv",
"strings",
"sync",
"sync/atomic",
"testing",
"time",
"unicode",
"unicode/utf8",
"unsafe"
]
}
{
"Dir": "~/.gimme/versions/go1.11.4.linux.amd64/src/fmt",
"ImportPath": "fmt",
"Name": "fmt",
"Doc": "Package fmt implements formatted I/O with functions analogous to C's printf and scanf.",
"Target": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/fmt.a",
"Root": "~/.gimme/versions/go1.11.4.linux.amd64",
"Export": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/fmt.a",
"Goroot": true,
"Standard": true,
"DepOnly": true,
"GoFiles": [
"doc.go",
"format.go",
"print.go",
"scan.go"
],
"CompiledGoFiles": [
"doc.go",
"format.go",
"print.go",
"scan.go"
],
"Imports": [
"errors",
"io",
"math",
"os",
"reflect",
"strconv",
"sync",
"unicode/utf8"
],
"Deps": [
"errors",
"internal/bytealg",
"internal/cpu",
"internal/poll",
"internal/race",
"internal/syscall/unix",
"internal/testlog",
"io",
"math",
"math/bits",
"os",
"reflect",
"runtime",
"runtime/internal/atomic",
"runtime/internal/sys",
"strconv",
"sync",
"sync/atomic",
"syscall",
"time",
"unicode",
"unicode/utf8",
"unsafe"
],
"TestGoFiles": [
"export_test.go"
],
"XTestGoFiles": [
"example_test.go",
"fmt_test.go",
"scan_test.go",
"stringer_test.go"
],
"XTestImports": [
"bufio",
"bytes",
"errors",
"fmt",
"internal/race",
"io",
"math",
"reflect",
"regexp",
"runtime",
"strings",
"testing",
"testing/iotest",
"time",
"unicode",
"unicode/utf8"
]
}
{
"Dir": "~/Dev/go/pkg/mod/github.com/gobwas/glob@v0.2.3/util/runes",
"ImportPath": "github.com/gobwas/glob/util/runes",
"Name": "runes",
"Export": "~/.cache/go-build/b3/b346e5e3ce8bc88978bde4dd2b0bd6cb8e5e2e8cfffea1980499bfcdd63a8b70-d",
"Module": {
"Path": "github.com/gobwas/glob",
"Version": "v0.2.3",
"Time": "2018-02-08T21:06:56Z",
"Dir": "~/Dev/go/pkg/mod/github.com/gobwas/glob@v0.2.3",
"GoMod": "~/Dev/go/pkg/mod/cache/download/github.com/gobwas/glob/@v/v0.2.3.mod"
},
"DepOnly": true,
"Stale": true,
"StaleReason": "not installed but available in build cache",
"GoFiles": [
"runes.go"
],
"CompiledGoFiles": [
"runes.go"
],
"TestGoFiles": [
"runes_test.go"
],
"TestImports": [
"strings",
"testing"
]
}
{
"Dir": "~/Dev/go/pkg/mod/github.com/gobwas/glob@v0.2.3/util/strings",
"ImportPath": "github.com/gobwas/glob/util/strings",
"Name": "strings",
"Export": "~/.cache/go-build/17/172c597a0860e6f99876f914a9a80b01452cb5da763eff377b016e54a4e8adcf-d",
"Module": {
"Path": "github.com/gobwas/glob",
"Version": "v0.2.3",
"Time": "2018-02-08T21:06:56Z",
"Dir": "~/Dev/go/pkg/mod/github.com/gobwas/glob@v0.2.3",
"GoMod": "~/Dev/go/pkg/mod/cache/download/github.com/gobwas/glob/@v/v0.2.3.mod"
},
"DepOnly": true,
"Stale": true,
"StaleReason": "not installed but available in build cache",
"GoFiles": [
"strings.go"
],
"CompiledGoFiles": [
"strings.go"
],
"Imports": [
"strings",
"unicode/utf8"
],
"Deps": [
"errors",
"internal/bytealg",
"internal/cpu",
"internal/race",
"io",
"runtime",
"runtime/internal/atomic",
"runtime/internal/sys",
"strings",
"sync",
"sync/atomic",
"unicode",
"unicode/utf8",
"unsafe"
]
}
{
"Dir": "~/Dev/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match",
"ImportPath": "github.com/gobwas/glob/match",
"Name": "match",
"Export": "~/.cache/go-build/61/61873fd1bea736bb61f4b59cf8ea776615c9ef31df558e513e142438eaab0bbb-d",
"Module": {
"Path": "github.com/gobwas/glob",
"Version": "v0.2.3",
"Time": "2018-02-08T21:06:56Z",
"Dir": "~/Dev/go/pkg/mod/github.com/gobwas/glob@v0.2.3",
"GoMod": "~/Dev/go/pkg/mod/cache/download/github.com/gobwas/glob/@v/v0.2.3.mod"
},
"DepOnly": true,
"Stale": true,
"StaleReason": "not installed but available in build cache",
"GoFiles": [
"any.go",
"any_of.go",
"btree.go",
"contains.go",
"every_of.go",
"list.go",
"match.go",
"max.go",
"min.go",
"nothing.go",
"prefix.go",
"prefix_any.go",
"prefix_suffix.go",
"range.go",
"row.go",
"segments.go",
"single.go",
"suffix.go",
"suffix_any.go",
"super.go",
"text.go"
],
"CompiledGoFiles": [
"any.go",
"any_of.go",
"btree.go",
"contains.go",
"every_of.go",
"list.go",
"match.go",
"max.go",
"min.go",
"nothing.go",
"prefix.go",
"prefix_any.go",
"prefix_suffix.go",
"range.go",
"row.go",
"segments.go",
"single.go",
"suffix.go",
"suffix_any.go",
"super.go",
"text.go"
],
"Imports": [
"fmt",
"github.com/gobwas/glob/util/runes",
"github.com/gobwas/glob/util/strings",
"strings",
"sync",
"unicode/utf8"
],
"Deps": [
"errors",
"fmt",
"github.com/gobwas/glob/util/runes",
"github.com/gobwas/glob/util/strings",
"internal/bytealg",
"internal/cpu",
"internal/poll",
"internal/race",
"internal/syscall/unix",
"internal/testlog",
"io",
"math",
"math/bits",
"os",
"reflect",
"runtime",
"runtime/internal/atomic",
"runtime/internal/sys",
"strconv",
"strings",
"sync",
"sync/atomic",
"syscall",
"time",
"unicode",
"unicode/utf8",
"unsafe"
],
"TestGoFiles": [
"any_of_test.go",
"any_test.go",
"btree_test.go",
"contains_test.go",
"every_of_test.go",
"list_test.go",
"match_test.go",
"max_test.go",
"min_test.go",
"nothing_test.go",
"prefix_any_test.go",
"prefix_suffix_test.go",
"prefix_test.go",
"range_test.go",
"row_test.go",
"segments_test.go",
"single_test.go",
"suffix_any_test.go",
"suffix_test.go",
"super_test.go",
"text_test.go"
],
"TestImports": [
"reflect",
"sync",
"testing",
"unicode/utf8"
]
}
{
"Dir": "~/.gimme/versions/go1.11.4.linux.amd64/src/bytes",
"ImportPath": "bytes",
"Name": "bytes",
"Doc": "Package bytes implements functions for the manipulation of byte slices.",
"Target": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/bytes.a",
"Root": "~/.gimme/versions/go1.11.4.linux.amd64",
"Export": "~/.gimme/versions/go1.11.4.linux.amd64/pkg/linux_amd64/bytes.a",
"Goroot": true,
"Standard": true,
"DepOnly": true,
"GoFiles": [
"buffer.go",
"bytes.go",
"bytes_decl.go",
"reader.go"
],
"CompiledGoFiles": [
"buffer.go",
"bytes.go",
"bytes_decl.go",
"reader.go"
],
"Imports": [
"errors",
"internal/bytealg",
"io",
"unicode",
"unicode/utf8"
],
"Deps": [
"errors",
"internal/bytealg",
"internal/cpu",
"internal/race",
"io",
"runtime",
"runtime/internal/atomic",
"runtime/internal/sys",
"sync",
"sync/atomic",
"unicode",
"unicode/utf8",
"unsafe"
],
"TestGoFiles": [
"export_test.go"
],
"XTestGoFiles": [
"boundary_test.go",
"buffer_test.go",
"bytes_test.go",
"compare_test.go",
"example_test.go",
"reader_test.go"
],
"XTestImports": [
"bytes",
"encoding/base64",
"fmt",
"internal/testenv",
"io",
"io/ioutil",
"math/rand",
"os",
"reflect",
"runtime",
"sort",
"strings",
"sync",
"syscall",
"testing",
"unicode",
"unicode/utf8"
]
}
{
"Dir": "~/Dev/go/pkg/mod/github.com/gobwas/glob@v0.2.3/syntax/lexer",
"ImportPath": "github.com/gobwas/glob/syntax/lexer",
"Name": "lexer",
"Export": "~/.cache/go-build/91/9128a2451428610fb9aa4ffc62ad5f14c07720bcc7f41695e1340c7664eceb38-d",
"Module": {
"Path": "github.com/gobwas/glob",
"Version": "v0.2.3",
"Time": "2018-02-08T21:06:56Z",
"Dir": "~/Dev/go/pkg/mod/github.com/gobwas/glob@v0.2.3",
"GoMod": "~/Dev/go/pkg/mod/cache/download/github.com/gobwas/glob/@v/v0.2.3.mod"
},
"DepOnly": true,
"Stale": true,
"StaleReason": "not installed but available in build cache",
"GoFiles": [
"lexer.go",
"token.go"
],
"CompiledGoFiles": [
"lexer.go",
"token.go"
],
"Imports": [
"bytes",
"fmt",
"github.com/gobwas/glob/util/runes",
"unicode/utf8"
],
"Deps": [
"bytes",
"errors",
"fmt",
"github.com/gobwas/glob/util/runes",
"internal/bytealg",
"internal/cpu",
"internal/poll",
"internal/race",
"internal/syscall/unix",
"internal/testlog",
"io",
"math",
"math/bits",
"os",
"reflect",
"runtime",
"runtime/internal/atomic",
"runtime/internal/sys",
"strconv",
"sync",
"sync/atomic",
"syscall",
"time",
"unicode",
"unicode/utf8",
"unsafe"
],
"TestGoFiles": [
"lexer_test.go"
],
"TestImports": [
"testing"
]
}
{
"Dir": "~/Dev/go/pkg/mod/github.com/gobwas/glob@v0.2.3/syntax/ast",
"ImportPath": "github.com/gobwas/glob/syntax/ast",
"Name": "ast",
"Export": "~/.cache/go-build/9b/9b34cf3848385e394853632ea14707065161ca0e578c1536a11451ee7876635f-d",
"Module": {
"Path": "github.com/gobwas/glob",
"Version": "v0.2.3",
"Time": "2018-02-08T21:06:56Z",
"Dir": "~/Dev/go/pkg/mod/github.com/gobwas/glob@v0.2.3",
"GoMod": "~/Dev/go/pkg/mod/cache/download/github.com/gobwas/glob/@v/v0.2.3.mod"
},
"DepOnly": true,
"Stale": true,
"StaleReason": "not installed but available in build cache",
"GoFiles": [
"ast.go",
"parser.go"
],
"CompiledGoFiles": [
"ast.go",
"parser.go"
],
"Imports": [
"bytes",
"errors",
"fmt",
"github.com/gobwas/glob/syntax/lexer",
"unicode/utf8"
],
"Deps": [
"bytes",
"errors",
"fmt",
"github.com/gobwas/glob/syntax/lexer",
"github.com/gobwas/glob/util/runes",
"internal/bytealg",
"internal/cpu",
"internal/poll",
"internal/race",
"internal/syscall/unix",
"internal/testlog",
"io",
"math",
"math/bits",
"os",
"reflect",
"runtime",
"runtime/internal/atomic",
"runtime/internal/sys",
"strconv",
"sync",
"sync/atomic",
"syscall",
"time",
"unicode",
"unicode/utf8",
"unsafe"
],
"TestGoFiles": [
"parser_test.go"
],
"TestImports": [
"github.com/gobwas/glob/syntax/lexer",
"reflect",
"testing"
]
}
{
"Dir": "~/Dev/go/pkg/mod/github.com/gobwas/glob@v0.2.3/compiler",
"ImportPath": "github.com/gobwas/glob/compiler",
"Name": "compiler",
"Export": "~/.cache/go-build/26/260a1a5c98703077b7dfda481a2d9cac459c7fa5a6c298983b76d078a452589c-d",
"Module": {
"Path": "github.com/gobwas/glob",
"Version": "v0.2.3",
"Time": "2018-02-08T21:06:56Z",
"Dir": "~/Dev/go/pkg/mod/github.com/gobwas/glob@v0.2.3",
"GoMod": "~/Dev/go/pkg/mod/cache/download/github.com/gobwas/glob/@v/v0.2.3.mod"
},
"DepOnly": true,
"Stale": true,
"StaleReason": "not installed but available in build cache",
"GoFiles": [
"compiler.go"
],
"CompiledGoFiles": [
"compiler.go"
],
"Imports": [
"fmt",
"github.com/gobwas/glob/match",
"github.com/gobwas/glob/syntax/ast",
"github.com/gobwas/glob/util/runes",
"reflect"
],
"Deps": [
"bytes",
"errors",
"fmt",
"github.com/gobwas/glob/match",
"github.com/gobwas/glob/syntax/ast",
"github.com/gobwas/glob/syntax/lexer",
"github.com/gobwas/glob/util/runes",
"github.com/gobwas/glob/util/strings",
"internal/bytealg",
"internal/cpu",
"internal/poll",
"internal/race",
"internal/syscall/unix",
"internal/testlog",
"io",
"math",
"math/bits",
"os",
"reflect",
"runtime",
"runtime/internal/atomic",
"runtime/internal/sys",
"strconv",
"strings",
"sync",
"sync/atomic",
"syscall",
"time",
"unicode",
"unicode/utf8",
"unsafe"
],
"TestGoFiles": [
"compiler_test.go"
],
"TestImports": [
"github.com/gobwas/glob/match",
"github.com/gobwas/glob/match/debug",
"github.com/gobwas/glob/syntax/ast",
"reflect",
"testing"
]
}
{
"Dir": "~/Dev/go/pkg/mod/github.com/gobwas/glob@v0.2.3/syntax",
"ImportPath": "github.com/gobwas/glob/syntax",
"Name": "syntax",
"Export": "~/.cache/go-build/59/59e0c4e9a716b48537bea92549c9e2a37b8f24124bab7d1e2b9cee77b281780a-d",
"Module": {
"Path": "github.com/gobwas/glob",
"Version": "v0.2.3",
"Time": "2018-02-08T21:06:56Z",
"Dir": "~/Dev/go/pkg/mod/github.com/gobwas/glob@v0.2.3",
"GoMod": "~/Dev/go/pkg/mod/cache/download/github.com/gobwas/glob/@v/v0.2.3.mod"
},
"DepOnly": true,
"Stale": true,
"StaleReason": "not installed but available in build cache",
"GoFiles": [
"syntax.go"
],
"CompiledGoFiles": [
"syntax.go"
],
"Imports": [
"github.com/gobwas/glob/syntax/ast",
"github.com/gobwas/glob/syntax/lexer"
],
"Deps": [
"bytes",
"errors",
"fmt",
"github.com/gobwas/glob/syntax/ast",
"github.com/gobwas/glob/syntax/lexer",
"github.com/gobwas/glob/util/runes",
"internal/bytealg",
"internal/cpu",
"internal/poll",
"internal/race",
"internal/syscall/unix",
"internal/testlog",
"io",
"math",
"math/bits",
"os",
"reflect",
"runtime",
"runtime/internal/atomic",
"runtime/internal/sys",
"strconv",
"sync",
"sync/atomic",
"syscall",
"time",
"unicode",
"unicode/utf8",
"unsafe"
]
}
{
"Dir": "~/Dev/go/pkg/mod/github.com/gobwas/glob@v0.2.3",
"ImportPath": "github.com/gobwas/glob",
"Name": "glob",
"Export": "~/.cache/go-build/04/04ba6b908adbd4c3ab4a74c967213b2f40ed99f97779cf66bb0defc22543c8bc-d",
"Module": {
"Path": "github.com/gobwas/glob",
"Version": "v0.2.3",
"Time": "2018-02-08T21:06:56Z",
"Dir": "~/Dev/go/pkg/mod/github.com/gobwas/glob@v0.2.3",
"GoMod": "~/Dev/go/pkg/mod/cache/download/github.com/gobwas/glob/@v/v0.2.3.mod"
},
"DepOnly": true,
"Stale": true,
"StaleReason": "not installed but available in build cache",
"GoFiles": [
"glob.go"
],
"CompiledGoFiles": [
"glob.go"
],
"Imports": [
"github.com/gobwas/glob/compiler",
"github.com/gobwas/glob/syntax"
],
"Deps": [
"bytes",
"errors",
"fmt",
"github.com/gobwas/glob/compiler",
"github.com/gobwas/glob/match",
"github.com/gobwas/glob/syntax",
"github.com/gobwas/glob/syntax/ast",
"github.com/gobwas/glob/syntax/lexer",
"github.com/gobwas/glob/util/runes",
"github.com/gobwas/glob/util/strings",
"internal/bytealg",
"internal/cpu",
"internal/poll",
"internal/race",
"internal/syscall/unix",
"internal/testlog",
"io",
"math",
"math/bits",
"os",
"reflect",
"runtime",
"runtime/internal/atomic",
"runtime/internal/sys",
"strconv",
"strings",
"sync",
"sync/atomic",
"syscall",
"time",
"unicode",
"unicode/utf8",
"unsafe"
],
"TestGoFiles": [
"glob_test.go"
],
"TestImports": [
"regexp",
"testing"
]
}
{
"Dir": "~/Desktop/0ce7246431ace4c03a7ae82400ed9050",
"ImportPath": "github.com/thatguystone/foo",
"Name": "foo",
"Module": {
"Path": "github.com/thatguystone/foo",
"Main": true,
"Dir": "~/Desktop/0ce7246431ace4c03a7ae82400ed9050",
"GoMod": "~/Desktop/0ce7246431ace4c03a7ae82400ed9050/go.mod"
},
"Match": [
"."
],
"Stale": true,
"StaleReason": "stale dependency: github.com/gobwas/glob",
"GoFiles": [
"foo.go"
],
"CompiledGoFiles": [
"foo.go"
],
"Imports": [
"github.com/gobwas/glob"
],
"Deps": [
"bytes",
"errors",
"fmt",
"github.com/gobwas/glob",
"github.com/gobwas/glob/compiler",
"github.com/gobwas/glob/match",
"github.com/gobwas/glob/syntax",
"github.com/gobwas/glob/syntax/ast",
"github.com/gobwas/glob/syntax/lexer",
"github.com/gobwas/glob/util/runes",
"github.com/gobwas/glob/util/strings",
"internal/bytealg",
"internal/cpu",
"internal/poll",
"internal/race",
"internal/syscall/unix",
"internal/testlog",
"io",
"math",
"math/bits",
"os",
"reflect",
"runtime",
"runtime/internal/atomic",
"runtime/internal/sys",
"strconv",
"strings",
"sync",
"sync/atomic",
"syscall",
"time",
"unicode",
"unicode/utf8",
"unsafe"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment