Skip to content

Commit 676bb69

Browse files
committed
Rename frame_string.go to frame_stringer.go
1 parent 02654a7 commit 676bb69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frame.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"math"
88
)
99

10-
//go:generate go run golang.org/x/tools/cmd/stringer -type=opcode,MessageType,StatusCode -output=frame_string.go
10+
//go:generate go run golang.org/x/tools/cmd/stringer -type=opcode,MessageType,StatusCode -output=frame_stringer.go
1111

1212
// opcode represents a WebSocket Opcode.
1313
type opcode int

frame_string.go renamed to frame_stringer.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)