mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-12 20:48:09 +00:00
Add Go example to read meta-data log.
This commit is contained in:
@ -42,7 +42,7 @@ func main() {
|
||||
}
|
||||
|
||||
if len(resp) != 1 {
|
||||
log.Fatal("Exaclty one stream response is expected")
|
||||
log.Fatal("Exactly one stream response is expected")
|
||||
}
|
||||
|
||||
for _, msg := range resp[0].Messages {
|
||||
|
Reference in New Issue
Block a user