8f50fb6793
From the docs for packages.{LoadFiles, LoadSyntax} - https://godoc.org/golang.org/x/tools/go/packages#pkg-constants // Deprecated: LoadFiles exists for historical compatibility // and should not be used. Please directly specify the needed // fields using the Need values. // ... // Deprecated: LoadSyntax exists for historical compatibility // and should not be used. Please directly specify the needed // fields using the Need values.
27 lines
280 B
Plaintext
27 lines
280 B
Plaintext
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
|
|
# Folders
|
|
_obj
|
|
_test
|
|
|
|
# Architecture specific extensions/prefixes
|
|
*.[568vq]
|
|
[568vq].out
|
|
|
|
*.cgo1.go
|
|
*.cgo2.c
|
|
_cgo_defun.c
|
|
_cgo_gotypes.go
|
|
_cgo_export.*
|
|
|
|
_testmain.go
|
|
|
|
*.exe
|
|
*.test
|
|
*.prof
|
|
.vscode
|
|
.idea
|