add link to Go Docs

This commit is contained in:
AJ ONeal 2021-06-21 23:30:56 -06:00
부모 acaa3d3537
커밋 aac3959dc7
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@ -127,6 +127,10 @@ sclient --servername "Robert'); DROP TABLE Students;" -k example.com localhost:3
sclient --servername "../../../.hidden/private.txt" -k example.com localhost:3000
```
# API
See [Go Docs](https://pkg.go.dev/github.com/therootcompany/sclient).
# Build from source
You'll need to install [Go](https://golang.org). See