ssh.surf Golang api examples
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ultimateplayer1999 ace4c7e53f
Changed printed text of all other status codes.
4 months ago
.gitignore Added source and prebuilds 5 months ago
LICENSE Initial Commit 5 months ago
README.md README change 4 months ago
containerinfo Changed the source to use a more pretty output. Updated the prebuilds to reflect the changes 5 months ago
containerinfo.go Changed the source to use a more pretty output. Updated the prebuilds to reflect the changes 5 months ago
containertime Changed the source to use a more pretty output. Updated the prebuilds to reflect the changes 5 months ago
containertime.go Changed the source to use a more pretty output. Updated the prebuilds to reflect the changes 5 months ago
hello Changed the source to use a more pretty output. Updated the prebuilds to reflect the changes 5 months ago
hello.go Changed the source to use a more pretty output. Updated the prebuilds to reflect the changes 5 months ago
keystatus Changed printed text of all other status codes. 4 months ago
keystatus.go Changed printed text of all other status codes. 4 months ago
newkey Fixed a mistake in json. Newkey is now working correctly 4 months ago
newkey.go Fixed a mistake in json. Newkey is now working correctly 4 months ago

README.md

Some examples for API usage in Go for the ssh.surf API.

All of them based on a .env file.

To install this package you can use the following while you have it setup for a Go project.

go get github.com/joho/godotenv

DISCLAIMER

The binaries may need to be rebuild. As they are build on Ubuntu and it may also depends on how you installed Golang.