Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LockGit/gochat
/ New
Function
New
api/chat.go:27–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
}
26
27
func
New() *Chat {
28
return
&Chat{}
29
}
30
31
//api server,Also, you can use gin,echo ... framework wrap
32
func
(c *Chat) Run() {
Callers
1
main
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected