-
Notifications
You must be signed in to change notification settings - Fork 842
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #346 from phachon/feat/v0.2.2/phachon
[feat]: del vendor; add version
- Loading branch information
Showing
85 changed files
with
44 additions
and
11,268 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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
package global | ||
|
||
import ( | ||
"github.com/go-ego/riot" | ||
//"github.com/go-ego/riot" | ||
) | ||
|
||
// 文档搜索 | ||
var ( | ||
DocSearcher = riot.Engine{} | ||
//DocSearcher = riot.Engine{} | ||
) |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package global | ||
|
||
const ( | ||
SYSTEM_VERSION = "v0.2.1" // system version code | ||
SYSTEM_COPYRIGHT = "2018 - 2020 phachon" // system copyright | ||
SYSTEM_VERSION = "v0.2.2" // system version code | ||
SYSTEM_COPYRIGHT = "2018 - 2022 phachon" // system copyright | ||
) |
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
Oops, something went wrong.