-
-
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.
This allows doing things like: ```go type ( X int64 Y int64 //- A int64 B int64 //- x int64 y int64 //- a int64 b int64 ```
- Loading branch information
1 parent
bd1607b
commit 45d3f28
Showing
6 changed files
with
68 additions
and
5 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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
package testdata | ||
|
||
type ( | ||
Types_Group3_X int64 | ||
Types_Group3_Y int64 | ||
|
||
//- one | ||
|
||
Types_Group3_A int64 | ||
Types_Group3_B int64 | ||
|
||
//- two | ||
|
||
//- three | ||
|
||
types_group3_1 int64 | ||
types_group3_2 int64 | ||
) |
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,16 @@ | ||
package testdata | ||
|
||
type ( | ||
types_group4_1 int64 | ||
types_group4_2 int64 | ||
|
||
//- | ||
|
||
Types_Group4_A int64 | ||
Types_Group4_B int64 | ||
|
||
//- | ||
|
||
Types_Group4_X int64 | ||
Types_Group4_Y int64 | ||
) |
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