gomod2nix/types/types.go

12 lines
193 B
Go
Raw Normal View History

2020-07-20 11:38:32 +00:00
package types
type Package struct {
GoPackagePath string
URL string
Rev string
Sha256 string
SumVersion string
RelPath string
VendorPath string
2020-07-20 11:38:32 +00:00
}