feature/adding-log-file #1

Merged
iratusmachina merged 4 commits from feature/adding-log-file into main 2024-05-06 07:23:52 +00:00
1 changed files with 16 additions and 0 deletions
Showing only changes of commit d93fb43bf7 - Show all commits

View File

@ -0,0 +1,16 @@
# 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"
...
```