forked from x/icebergs
8 lines
117 B
Go
8 lines
117 B
Go
package oauth
|
|
|
|
import "shylinux.com/x/ice"
|
|
|
|
type Server struct{ ice.Hash }
|
|
|
|
func init() { ice.ChatCtxCmd(Client{}) }
|