feat: initial commit
This commit is contained in:
7
reach/client/protocol/v1/init.go
Normal file
7
reach/client/protocol/v1/init.go
Normal file
@ -0,0 +1,7 @@
|
||||
package v1
|
||||
|
||||
import "forge.cadoles.com/cadoles/go-emlid/reach/client/protocol"
|
||||
|
||||
func init() {
|
||||
protocol.Register(&Protocol{})
|
||||
}
|
Reference in New Issue
Block a user