Add MQTT support #16
Annotations
10 errors
lint:
internal/conf/config.go#L1
: # github.com/tphakala/birdnet-go/internal/conf
|
lint:
internal/conf/config.go#L80
syntax error: unexpected func, expected field name or embedded type
|
lint:
internal/conf/config.go#L82
syntax error: unexpected if, expected field name or embedded type
|
lint:
internal/conf/config.go#L83
syntax error: unexpected comma in struct type; possibly missing semicolon or newline or } (typecheck)
|
lint:
internal/conf/config.go#L80
expected '}', found 'func' (typecheck)
|
lint:
internal/conf/config.go#L82
expected '}', found 'if' (typecheck)
|
lint:
internal/conf/config.go#L83
expected declaration, found 'return' (typecheck)
|
lint:
internal/datastore/interfaces.go#L10
could not import github.com/tphakala/birdnet-go/internal/conf (-: # github.com/tphakala/birdnet-go/internal/conf
|
lint:
internal/conf/config.go#L80
syntax error: unexpected func, expected field name or embedded type
|
lint:
internal/conf/config.go#L82
syntax error: unexpected if, expected field name or embedded type
|