Skip to content

Commit

Permalink
rename output.go to output_test.go
Browse files Browse the repository at this point in the history
It's used just for test.
  • Loading branch information
Kyoichiro Yamada committed Oct 23, 2017
1 parent 19598ce commit aac81eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ default:
echo use "test", "cover" or "sample"

gen:
go-bindata -o editor/test/output.go -pkg test -prefix sample/out_ ./sample/out_*.txt
go-bindata -o editor/test/output_test.go -pkg test -prefix sample/out_ ./sample/out_*.txt

test:
go test ./...
Expand Down
File renamed without changes.

0 comments on commit aac81eb

Please sign in to comment.