The glamourous AI coding agent for your favourite terminal 💘
1package internalapi 2 3type WazeroOnly interface { 4 wazeroOnly() 5} 6 7type WazeroOnlyType struct{} 8 9func (WazeroOnlyType) wazeroOnly() {}