This website works better with JavaScript
Home
Explore
Help
Sign In
hongze
/
hongze_mfyx
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
45235b50eb
Branches
Tags
crm/crm_16.5
cygx_log_12-12
debug
master
mfyx_3.7
need/cygx_1006
hongze_mfyx
/
services
/
task.go
task.go
96 B
History
Raw
1
2
3
4
5
6
7
8
9
10
11
package services
import (
"fmt"
)
func Task() {
fmt.Println("start")
fmt.Println("end")
}