rluisr / stats-client-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

statistics-client-go

TBD

Usage

package main

import (
	scg "github.com/rluisr/statistics-client-go"
)

func main() {
	s := scg.Client("opst", "http://localhost:8000")
	_ = s.Register()
}

About


Languages

Language:Go 100.0%