Skip to content

The Go implementation of Valve's Master Server Query Protocol

License

Notifications You must be signed in to change notification settings

jbltx/master-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Master Server

GitHub go.mod Go version Build Status PkgGoDev GoReportCard GitHub WIP

The [Go][] implmentation of Master Server Query Protocol (server and client side).

Prerequisites

  • [Go][] 1.15

Installation

As a Golang module

go get -u github.com/jbltx/master-server

With the [Go module][] support (Go 1.11+), you can just import the module into your project, and dpeendencies will be resolved during compilation.

import "github.com/jbltx/master-server"

As prebuilt binary

Check the Releases page of the repository and download it from there.

Learn more

Releases

No releases published

Packages

No packages published

Languages