forked from x/icebergs
8 lines
135 B
Go
8 lines
135 B
Go
package oauth
|
|
|
|
import "shylinux.com/x/ice"
|
|
|
|
type Server struct{ ice.Hash }
|
|
|
|
func init() { ice.Cmd("web.chat.oauth.server", Server{}) }
|