Files
go-template/app/service/example_service/internal/user2/user.go
T
2021-12-24 18:50:43 +08:00

8 lines
79 B
Go

package user2
import "fmt"
func CreateUser() {
fmt.Println("create user")
}