laraque jr

Results 3 comments of laraque jr

This the one @markmandel

Some guidance would be helpful, but I've started coding for the Wanderer component. I'm not sure if I'm heading in the right direction.

// Wanderer component package main import ( "bytes" "encoding/json" "log" "net/http" "time" ) type Config struct { // Define configuration struct } func main() { // Define the Agones API...