Skip to content

Commit

Permalink
revert silenceper
Browse files Browse the repository at this point in the history
  • Loading branch information
flyhope committed Feb 29, 2024
1 parent 17f6f1c commit 07cc561
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,9 @@ build_go_gc: false
# log level, support debug, info, warn, error, fatal
log_level: "debug"
```

## Author
[@silenceper](http://silenceper.com)


>Inspired by [bee](https://github.com/beego/bee)
10 changes: 9 additions & 1 deletion README_ZH_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Go 程序热编译工具,提升开发效率
使用 `go insall` 命令安装 `gowatch`

```go
go install github.com/flyhope/gowatch@latest
go install github.com/silenceper/gowatch@latest
```

安装完成之后,即可使用`gowatch`命令,在当前文件执行:
Expand Down Expand Up @@ -102,3 +102,11 @@ log_level: "debug"
```


## 微信公众号
![关注公众号入群交流](https://silenceper.oss-cn-beijing.aliyuncs.com/qrcode/qr_code_study_program_258.jpg)
>关注公众号并回复“入群”

>Inspired by [bee](https://github.com/beego/bee)
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/flyhope/gowatch
module github.com/silenceper/gowatch

go 1.14

Expand Down

0 comments on commit 07cc561

Please sign in to comment.