17 lines
372 B
Markdown
17 lines
372 B
Markdown
# Testing
|
|
|
|
With the go-get command
|
|
|
|
```sh
|
|
$ go get -v -u jbowen.dev/cereal
|
|
get "jbowen.dev/cereal": found meta tag get.metaImport{Prefix:"jbowen.dev/cereal", VCS:"git", RepoRoot:"https://github.com/jamesbo13/cereal"} at //jbowen.dev/cereal?go-get=1
|
|
jbowen.dev/cereal (download)
|
|
```
|
|
|
|
With the httpie command
|
|
|
|
```sh
|
|
$ http --body "https://gopkg.in/yaml.v3?go-get=1"
|
|
...
|
|
```
|