Skip to content

Commit 72e8903

Browse files
moremindqicz
andauthored
[type:fix] Update README.md (#87)
* [type:fix] Update README.md * change to acmestack Co-authored-by: Qicz <qiczzhu@gmail.com>
1 parent ef0f8e5 commit 72e8903

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,24 @@ the golang development toolkits.
2020
- `test` in the same place
2121

2222
### Other Extensions
23-
- package start with **feature name**, like `http`
23+
- package start with **feature name**, like `http`
24+
25+
26+
## Usage
27+
```go
28+
29+
import "github.com/acmestack/godkits/log/log"
30+
31+
func TestLog(t *testing.T) {
32+
log.Info("test")
33+
}
34+
```
35+
36+
## Stargazers over time
37+
38+
[![Stargazers over time](https://starchart.cc/acmestack/godkits.svg)](https://starchart.cc/acmestack/godkits)
39+
40+
## Contribute and Support
41+
42+
- [How to Contribute](https://acmestack.org/docs/contributing/guide/)
43+
- [Document]()

0 commit comments

Comments
 (0)