-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
dapeng
committed
May 12, 2024
1 parent
d8a7c84
commit d77e9d9
Showing
4 changed files
with
108 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,6 @@ sidebar: auto | |
|
||
# 参考文档 | ||
|
||
## [gone辅助工具](./gone-tool.md) | ||
|
||
## [http 注入说明](./http-inject.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
sidebar: auto | ||
--- | ||
|
||
# gone辅助工具 | ||
|
||
## 安装 | ||
执行如下命令: | ||
```bash | ||
go install github.com/gone-io/gone/tools/gone@latest | ||
``` | ||
|
||
## 使用 | ||
|
||
### 测试是否正常安装 | ||
成功安装后,执行`gone -h`,建获得如下结果: | ||
 | ||
|
||
### 生成项目 | ||
|
||
### 生成Priest函数 |