-
Notifications
You must be signed in to change notification settings - Fork 353
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
godoc: reformat all sources with gofmt 1.19 (#2074)
* godoc: reformat all sources with gofmt 1.19 `gofmt` misinterprets code blocks of `eskip` examples starting with `*` as a bullet list. This change adds route id to all such eskip examples such that subsequent reformatting with gofmt 1.18 and 1.19 does not produce any changes. Signed-off-by: Alexander Yastrebov <[email protected]> * ignore statickcheck error Signed-off-by: Alexander Yastrebov <[email protected]> Signed-off-by: Alexander Yastrebov <[email protected]>
- Loading branch information
1 parent
8b7cd03
commit 54ff9d0
Showing
76 changed files
with
754 additions
and
862 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
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,3 +1,3 @@ | ||
/* Package definitions provides type definitions, parsing, marshaling and | ||
validation for Kubernetes resources used by Skipper. */ | ||
// Package definitions provides type definitions, parsing, marshaling and | ||
// validation for Kubernetes resources used by Skipper. | ||
package definitions |
Oops, something went wrong.