mirror of
https://github.com/ent/ent.git
synced 2026-05-28 09:49:08 +03:00
examples: make examples testable
This commit is contained in:
@@ -8,3 +8,9 @@ Each user can **have many** friends. If user A becomes a friend of B, B is also
|
||||
```console
|
||||
go generate ./...
|
||||
```
|
||||
|
||||
### Run Example
|
||||
|
||||
```console
|
||||
go test
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user