# Packages
No description provided by the author
# README
go-rcon
go-rcon is a Go library for querying Source RCON servers.
This is a fork of github.com/kidoman/go-steam, but with the UDP related stuff removed.
Requirements
- Go 1.1 or above
Installation
go get github.com/galexrt/go-rcon
Update
go get -u github.com/galexrt/go-rcon
License
This code is free software; you can redistribute it and/or modify it under the terms of the MIT License. A copy of this license can be found in the included LICENSE file.