go-template/app/service/example_service/internal/user2/user.go

8 lines
79 B
Go
Raw Normal View History

2021-12-24 18:50:43 +08:00
package user2
import "fmt"
func CreateUser() {
fmt.Println("create user")
}