Skip to content

sowahq/goquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goquery

A Go library to queries on different game servers

Usage

package main

import (
    "fmt"
    "github.com/Seyz123/goquery"
)

func main() {
    data, err := goquery.Query("play.symp.fr", 19132)
    
    if err != nil {
        panic(err)
    }
    
    fmt.Println("Server is running " + data.Software)
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the Apache 2.0 license.

About

A Go library to queries on different game servers.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages