8 lines
127 B
Go
8 lines
127 B
Go
|
package v2
|
||
|
|
||
|
import "forge.cadoles.com/cadoles/go-emlid/reach/client/protocol"
|
||
|
|
||
|
func init() {
|
||
|
protocol.Register(&Protocol{})
|
||
|
}
|