Skip to content

Commit 7e42545

Browse files
author
myxy99
committed
readme
1 parent 7bfc597 commit 7e42545

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ xversion = > frame version
3333

3434
## :anchor:Usage
3535

36+
### config file
37+
3638
```toml
3739
[db]
3840
[db.dev]
@@ -43,7 +45,7 @@ xversion = > frame version
4345
[redis.dev]
4446
```
4547

46-
使用
48+
### main.go usage
4749

4850
```go
4951
/**
@@ -111,7 +113,7 @@ func RunApp() {
111113

112114
```
113115

114-
run
116+
### run
115117

116118
```bash
117119
go run main.go run -c=test.toml

0 commit comments

Comments
 (0)