go-api-examples/README.md

13 lines
361 B
Markdown
Raw Permalink Normal View History

2023-01-16 08:41:52 +00:00
Some examples for API usage in Go for the ssh.surf API.
2023-01-10 14:57:26 +00:00
2023-01-16 08:41:52 +00:00
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.
```text
go get github.com/joho/godotenv
```
# DISCLAIMER
2023-01-16 08:57:14 +00:00
The binaries may need to be rebuild. As they are build on Ubuntu and it may also depends on how you installed Golang.