Skip to content

Instantly share code, notes, and snippets.

docker pull swaggerapi/swagger-ui
docker tag swaggerapi/swagger-ui registry.heroku.com/outdoorsy-swagger/web
docker push registry.heroku.com/outdoorsy-swagger/web
heroku container:release web --app outdoorsy-swagger

Keybase proof

I hereby claim:

  • I am jheth on github.
  • I am jheth (https://keybase.io/jheth) on keybase.
  • I have a public key ASDDKUcgCopBv1edZ1pM1dKLxO6FRZ719jWdYQa3d4JEmwo

To claim this, I am signing this object:

reader := bufio.NewReader(os.Stdin)
fmt.Print("Skip? ")
text, _ := reader.ReadString('\n')
fmt.Println(text)
if strings.HasPrefix(strings.ToLower(text), "y") {
continue
}