This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
hongze
/
hongze_mfyx
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
45235b50eb
Ramuri
Etichete
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
Istoric
Crud
1
2
3
4
5
6
7
8
9
10
11
package services
import (
"fmt"
)
func Task() {
fmt.Println("start")
fmt.Println("end")
}