Commit 4665c7c9 authored by Node- 门 忠鑫's avatar Node- 门 忠鑫

# 删除test.js

parent b8fbf8a2
package main
import (
"fmt"
)
func main() {
}
func demo() {
go func() {
fmt.Print("ddddddd")
}()
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment