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