summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-04Add support for hostname suffixHEADmastercos
Allows for having a host reachable over different interfaces, such as e.g. somehost and somehost-wifi.
2021-03-12Initial addition of .gitignorecos
2020-03-30Change package back to maincos
In case it is set to anything else, go build produces no useful output.
2020-03-30Initial addition of go.modcos
This enables compiling without using golang's surreal $GOPATH madness. https://blog.golang.org/using-go-modules
2018-03-11White space + break long lines.cos
2018-03-11Remove unnecessary defer.cos
Not needed since statement is at end of function.
2018-02-23Initial commit.cos