Skip to content

Commit 49cd533

Browse files
committed
init
1 parent c32d0bd commit 49cd533

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

README.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,22 @@ Currently, GOE only supports MongoDB. Will support more SQL databases in the fut
3131
## Plans
3232

3333
- [ ] Code Generator, to generate the project structure and code.
34-
- [ ] gRPC Support, based on Buf.
34+
- [ ] gRPC Support, based on Buf.
35+
36+
## Quick Start
37+
38+
```shell
39+
go get -u go.oease.dev/goe
40+
```
41+
42+
```go
43+
package main
44+
45+
import (
46+
"go.oease.dev/goe"
47+
)
48+
49+
func main() {
50+
app := goe.NewApp()
51+
}
52+
```
File renamed without changes.

0 commit comments

Comments
 (0)