liuhaijun e94826ce29 add server
Change-Id: I0760f17f6a01c0121b59fcbfafc666032dbc30af
2024-09-19 09:44:15 +00:00

8 lines
78 B
Go

package command
import "fmt"
func demo() {
fmt.Println("hello console!")
}