Files

8 lines
66 B
Go

//go:build !dev
package kernel
func Anchor() {
// do nothing
}