gomod2nix/types/types.go

11 lines
171 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
2020-07-20 11:38:32 +00:00
}