Skip to content

Instantly share code, notes, and snippets.

@timjonesdev
Last active May 20, 2019 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timjonesdev/ff65792fc30185aa393f8ff0ea6894b2 to your computer and use it in GitHub Desktop.
Save timjonesdev/ff65792fc30185aa393f8ff0ea6894b2 to your computer and use it in GitHub Desktop.
module github.com/samplerepo/sampleproject
go 1.12
require (
github.com/pkg/errors v0.8.0
github.com/spf13/cobra v0.0.4
github.com/spf13/viper v1.3.2
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment