Skip to content

Commit b791776

Browse files
committed
rename underscore .go files to use hyphens
Rename files with underscores in their names to use hyphens per project convention. Underscores are only for build tag suffixes and _test.go. Also add missing trailing period to pipeArgs comment. Signed-off-by: Christian Stewart <christian@aperture.us>
1 parent 7041373 commit b791776

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/aperturerobotics/cli"
88
)
99

10-
// pipeArgs are the pipe command arguments
10+
// pipeArgs are the pipe command arguments.
1111
var pipeArgs bcli.PipeArgs
1212

1313
func init() {
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)