diff --git a/Makefile b/Makefile deleted file mode 100644 index 3976e37..0000000 --- a/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -GOBIN := $(shell go env GOBIN) -ATDIR := $(shell pwd) - -# 只维护 protoc -protoc: - go run main.go make:protoc - -make-route: - go run main.go make:route - -make-bean: - go run main.go make:bean - -# 调试启动 -dev:protoc make-route make-bean - - diff --git a/README.md b/README.md index 4c6b249..baa5229 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ connections: ````shell user@macOs path $ toolset make:orm -config=./config/database.yaml -out=your_path ```` -使用, 基本上和php laravel 很类似 +使用, 基本上和`php` `laravel` 很类似, 如果不使用整套的`home`代码, 应该在生成目录下编写新的`NewOrmUsers`函数 ````go orm := NewOrmUsers() user, has := orm.WhereId(1).First()