We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef0f8e5 commit 72e8903Copy full SHA for 72e8903
README.md
@@ -20,4 +20,24 @@ the golang development toolkits.
20
- `test` in the same place
21
22
### Other Extensions
23
-- package start with **feature name**, like `http`
+- 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
+[](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