README ¶ rollrest-go rollrest-go is a Go client library for accessing the Rollbar REST APIs. Example client, newClientErr := rollrest.New(rollbar.AuthAAT("some_account_access_token"), rollbar.UserAgent("rollbar-go-custom")) if newClientErr != nil { fmt.Printf("Error: %v\n", newClientErr) return } fmt.Println(client) Expand ▾ Collapse ▴ Directories ¶ Show internal Expand all Path Synopsis example simple rollrest test Click to show internal directories. Click to hide internal directories.