1
0
Fork 0
mirror of https://github.com/imjasonh/go-gist synced 2026-07-06 22:42:19 +00:00

Update README.md

This commit is contained in:
Jason Hall 2014-08-05 12:21:37 -04:00
parent 6776724d9c
commit 59c664b536

View file

@ -1,7 +1,7 @@
go-gist
=======
Ever see some tasty Go code in a [GitHub Gist][1] and want to try it out? What are you supposed to do, clone it into your own GitHub repo and `go get` it from there? Copy it locally? What are you a farmer?
Ever see some tasty Go code in a [GitHub Gist][1] and want to try it out? What are you supposed to do, clone it into your own GitHub repo and `go get` it from there? Copy it locally? What are you? A farmer?
What you really want is to `import "gist.github.com/UserName/11235813"`, but Gists don't support that. :cry: