working commit
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
package internalapi
|
||||
|
||||
type WazeroOnly interface {
|
||||
wazeroOnly()
|
||||
}
|
||||
|
||||
type WazeroOnlyType struct{}
|
||||
|
||||
func (WazeroOnlyType) wazeroOnly() {}
|
||||
Reference in New Issue
Block a user