├── LICENSE ├── README.md ├── go.mod ├── go.sum ├── gopkg.go └── gopkg_test.go /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MagnaXSoftware/gopkg/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MagnaXSoftware/gopkg/HEAD/README.md -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MagnaXSoftware/gopkg/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MagnaXSoftware/gopkg/HEAD/go.sum -------------------------------------------------------------------------------- /gopkg.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MagnaXSoftware/gopkg/HEAD/gopkg.go -------------------------------------------------------------------------------- /gopkg_test.go: -------------------------------------------------------------------------------- 1 | package gopkg 2 | 3 | // TODO 4 | --------------------------------------------------------------------------------