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: 24 days ago
JSON representation

Go library for querying Source servers

Lists

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.