repositorypackage
0.1.3
Repository: https://github.com/vulppine/byond-topic-go.git
Documentation: pkg.go.dev
# README
byond-topic-go
A library to send BYOND Topic messages to Dream Daemon servers, and get a string result.
This only expects the string result from a BYOND Dream Daemon server - if you have a case for the other type of result (floating point), please make an issue above.
Using
import "github.com/vulppine/byond-topic-go"
func main() {
r := byondtopic.SendTopic("[dream daemon address:port]", "[topic]")
// do something with r
}
License
Flipp Syder, MIT License, 2021