complement/runtime/hs_conduit.go

7 lines
84 B
Go

// +build conduit_blacklist
package runtime
func init() {
Homeserver = Conduit
}