dhui / passhash

Go library providing simple and secure password management
Apache License 2.0
8 stars 4 forks source link

Installation Guide?? #12

Closed Tikam02 closed 4 years ago

Tikam02 commented 5 years ago

How to run Passhash code.Everytime I run this happens

user@Hal:~/go/src/passhash$ go run doc.go
go run: cannot run non-main package
user@Hal:~/go/src/passhash$ go run audit_logger.go
go run: cannot run non-main package
user@Hal:~/go/src/passhash$ go run passhash.go
go run: cannot run non-main package
dhui commented 5 years ago

passhash is designed to be used in Go code, not as a stand alone password manager. e.g. it's a library not an application