go-template/app/api/example_api/example_api.go

8 lines
124 B
Go
Raw Normal View History

2021-12-24 18:50:43 +08:00
package main
import "git.icechen.cn/pkg/go-template/app/service/example_service/pkg/user"
func main() {
user.GetUser()
}