Skip to content

darkplusplus/libhoggit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libhoggit

Provides an interface to https://atwar.online/.

client := libhoggit.Client("gaw")
state, err := client.GetState()
if err != nil {
    fmt.Printf("%v", err)
    panic(err)
}

for _, obj := range state.Objects {
    fmt.Printf("%d\t%s\t%s//%s//%s\n",
        obj.LastSeen,
        obj.ID,
        obj.Group,
        obj.Type,
        obj.Platform)
}

Releases

No releases published

Packages

No packages published

Languages