This patch adds a go.mod file, runs go fix, and removes the use of the ctxhttp package since the normal net/http package now supports contexts. It also removes the old CI config which is no longer useful, updates all file headers, and removes some dead code (mostly the context handlers that are no tuseful post Go 1.17). Signed-off-by: Sam Whited <sam@samwhited.com> |
||
---|---|---|
internal | ||
.gitignore | ||
LICENSE.md | ||
Makefile | ||
README.md | ||
bosh.go | ||
bosh_test.go | ||
client.go | ||
codec.go | ||
conn.go | ||
conn_test.go | ||
ctx.go | ||
doc.go | ||
error.go | ||
example_test.go | ||
go.mod | ||
go.sum | ||
server.go | ||
server_test.go |
README.md
Go BOSH
A BOSH connection manager and client in Go.
License
The package may be used under the terms of the BSD 2-Clause License a copy of which may be found in the file LICENSE.md.