Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.29 KB

File metadata and controls

37 lines (23 loc) · 1.29 KB

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