goRicochetMobile/goRicochetMobile_test.go

8 lines
100 B
Go
Raw Normal View History

2017-11-27 09:17:49 +01:00
package goRicochetMobile
import "testing"
func TestStartBackend(t *testing.T) {
StartBackend()
}