Skip to content

Commit cda8376

Browse files
Tofelgithub-actions[bot]
authored andcommitted
[Bot] Add automatically generated go documentation
1 parent 940c890 commit cda8376

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/breakingchanges/cmd/main.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ const (
2020
Reset = "\033[0m"
2121
)
2222

23+
// SuchABreakingChange indicates a significant alteration in functionality.
24+
// It notifies users that the current implementation may not be compatible
25+
// with previous versions, prompting necessary adjustments in their code.
2326
func SuchABreakingChange() {
2427
fmt.Println("This is a breaking change")
2528
}

0 commit comments

Comments
 (0)