Skip to content

Commit 5776bd5

Browse files
benshi001Elias Naur
authored andcommitted
misc/android: add a NL at the of README
There is no NL at the end of README, and that make it strange when doing "cat misc/android/README". Change-Id: Ib47953d7b16e8927a4d6be7d5be8de8f2ddbcc39 Reviewed-on: https://go-review.googlesource.com/114010 Reviewed-by: Elias Naur <[email protected]>
1 parent 92bdfab commit 5776bd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

misc/android/README

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ and set GOOS to android. For example, to run the go1 benchmarks
2121

2222
export PATH=$GOROOT/bin:$PATH
2323
cd $GOROOT/test/bench/go1/
24-
GOOS=android GOARCH=arm64 go test -bench=. -count=N -timeout=T
24+
GOOS=android GOARCH=arm64 go test -bench=. -count=N -timeout=T
25+

0 commit comments

Comments
 (0)