android-go/examples/fragment/os_other.go

9 lines
91 B
Go

// +build !android
package main
func registerFragment() {
labchan <- "nothing to do"
}