mirror of
https://github.com/ent/ent.git
synced 2026-04-28 13:40:56 +03:00
doc: remove -d flag in go get commands (#4251)
As pointed [here](https://go.dev/doc/go-get-install-deprecation), since Go 1.18, `go get` always act as `go get -d`.
This commit is contained in:
@@ -25,7 +25,7 @@ go mod init todo
|
||||
Run the following Go commands to install Ent, and tell it to initialize the project structure along with a `Todo` schema.
|
||||
|
||||
```console
|
||||
go get -d entgo.io/ent/cmd/ent
|
||||
go get entgo.io/ent/cmd/ent
|
||||
```
|
||||
|
||||
```console
|
||||
|
||||
Reference in New Issue
Block a user