-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
7 changed files
with
30 additions
and
12 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
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,11 @@ | ||
module gogp | ||
|
||
go 1.15 | ||
|
||
require ( | ||
github.com/vipally/cmdline v0.0.0-20200404124829-ea1e34f654ec | ||
github.com/vipally/cpright v0.0.0-20161005151456-25b84bafd267 | ||
github.com/vipally/gogp v0.0.0-20170420075522-df97450d9feb | ||
) | ||
|
||
replace github.com/vipally/gogp => ./ |
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,6 @@ | ||
github.com/vipally/cmdline v0.0.0-20200404124829-ea1e34f654ec h1:idgc5yK/DeUQX5tpHx4Sp57Yc/jQcM1gnxtuNvkspRQ= | ||
github.com/vipally/cmdline v0.0.0-20200404124829-ea1e34f654ec/go.mod h1:k4n5DFrZkuMWGOCsKFmyh62BTyOPLDZfTgQ1G1oF8eU= | ||
github.com/vipally/cpright v0.0.0-20161005151456-25b84bafd267 h1:LRBXTIiz2aSUToCnNvdoRLXsr4GT0y5DO+517BnGpEE= | ||
github.com/vipally/cpright v0.0.0-20161005151456-25b84bafd267/go.mod h1:aJJYawBeNQW7cRYDlxJRRZMNrBqL4oIQhIKFBJhvhF8= | ||
github.com/vipally/gogp v0.0.0-20170420075522-df97450d9feb h1:D3j7vUCgjgQCMVjyYuTxnwX2EzzUjirdLOvjEYkjOoA= | ||
github.com/vipally/gogp v0.0.0-20170420075522-df97450d9feb/go.mod h1:jM4O87t7N31BvQvO4kXhDGgM2CRKg9GS2eE6pkdc5Lc= |
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,24 +4,25 @@ | |
// !!!!!!!!!!!! NEVER MODIFY THIS FILE MANUALLY !!!!!!!!!!!! | ||
// | ||
// This file was auto-generated by tool [github.com/vipally/gogp] | ||
// Last update at: [Sat Apr 01 2017 22:48:08] | ||
// Last update at: [Fri Feb 19 2021 13:23:27] | ||
// Generate from: | ||
// [github.com/vipally/gogp/lib/fakedef.gp.go] | ||
// [github.com/vipally/gogp/lib/lib.gpg] [GOGP_REVERSE_fakedef] | ||
// [github.com/os/gogp/lib/fakedef.gp.go] | ||
// [github.com/os/gogp/lib/lib.gpg] [GOGP_REVERSE_fakedef] | ||
// | ||
// Tool [github.com/vipally/gogp] info: | ||
// CopyRight 2016 @Ally Dale. All rights reserved. | ||
// Author : Ally Dale([email protected]) | ||
// Blog : http://blog.csdn.net/vipally | ||
// Site : https://github.com/vipally | ||
// BuildAt : | ||
// BuildAt : <buildtime> | ||
// Version : 3.0.0.final | ||
// | ||
/////////////////////////////////////////////////////////////////// | ||
//#GOGP_IGNORE_END | ||
|
||
//#GOGP_IFDEF GOGP_DO_NOT_HAS_THIS_DEFINE__ | ||
//this is a fake types for other gp file //#GOGP_ENDIF | ||
//this is a fake types for other gp file | ||
//#GOGP_ENDIF | ||
|
||
//these defines are used to make sure this fake go file can be compiled correctlly | ||
//and they will be removed from real go files | ||
|
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