Skip to content

Commit

Permalink
remove trailing newline from generated doc.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoker committed May 6, 2016
1 parent e90419f commit 7da1c16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ bindata.go: data
doc.go: data
/bin/echo -e '/*\n' > doc.go
cat data/usage.txt >> doc.go
/bin/echo -e '\n*/\npackage main\n' >> doc.go
/bin/echo -e '\n*/\npackage main' >> doc.go

.PHONY: check
check:
Expand Down
1 change: 0 additions & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ Quickstart:
*/
package main

0 comments on commit 7da1c16

Please sign in to comment.