Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 608 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 608 Bytes

GoPKG

Golang package manager

Use:

  ________      __________ ____  __.________
 /  _____/  ____\______   \    |/ _/  _____/
/   \  ___ /  _ \|     ___/      </   \  ___
\    \_\  (  <_> )    |   |    |  \    \_\  \
 \______  /\____/|____|   |____|__ \______  /
        \/                        \/      \/ v0.0.1
Usage:

	gopkg command [arguments]

The commands are:

	new         create a new package
	test        test packages
	run         compile and run Go program
	build       compile packages and dependencies

Use "gopkg [command] -h" for more information about a command.