Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sostronk/Go-steam
Go library for querying Source servers
https://github.com/sostronk/Go-steam
Last synced: 20 days ago
JSON representation
Go library for querying Source servers
- Host: GitHub
- URL: https://github.com/sostronk/Go-steam
- Owner: sostronk
- License: mit
- Fork: true (kidoman/go-steam)
- Created: 2014-11-23T16:34:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-08T08:43:45.000Z (5 months ago)
- Last Synced: 2024-07-31T01:29:36.966Z (4 months ago)
- Language: Go
- Size: 56.6 KB
- Stars: 32
- Watchers: 11
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-steam
**go-steam** is a Go library for querying Source servers.
## Requirements
* Go 1.1 or above
## Installation
```
go get -u github.com/sostronk/go-steam
```To use the build in `steam` utility, install it using:
```
go get -u github.com/sostronk/go-steam/cmd/steam
```## 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.