gomod2nix/types/types.go

8 lines
127 B
Go

package types
type Package struct {
GoPackagePath string
URL string
Rev string
Sha256 string
}