Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/RimoChan/match-you
/ consoleMessage
Function
consoleMessage
mother.go:37–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
}
36
37
func
consoleMessage() {
38
fmt.Println(
"阿,您配吗"
)
39
time.Sleep(time.Second * 3)
40
}
41
42
func
main() {
43
mod := os.Getenv(
"GO111MODULE"
)
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected