Skip to content

Instantly share code, notes, and snippets.

@azhuox

azhuox/block5.go Secret

Created December 2, 2020 02:17
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 azhuox/0be1bffbcd480c9143228b6affc215e8 to your computer and use it in GitHub Desktop.
Save azhuox/0be1bffbcd480c9143228b6affc215e8 to your computer and use it in GitHub Desktop.
module github.com/azhuox/blogs/golang/go_modules/example/module
go 1.12
require (
golang.org/x/net v0.0.0-20190328230028-74de082e2cca
rsc.io/quote v1.5.2
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment