aboutsummaryrefslogtreecommitdiff
path: root/misc/android
diff options
context:
space:
mode:
authorBen Shi <powerman1st@163.com>2018-05-23 05:33:06 +0000
committerElias Naur <elias.naur@gmail.com>2018-05-23 05:54:14 +0000
commit5776bd558fd0cfe40c71dac549db148ea16c0fce (patch)
treee1dc6fe999fb543f0509195f0bd5d4881e1ae6e4 /misc/android
parent92bdfab795a1245d8b81a6e841d5e5aa52f3a790 (diff)
downloadgo-5776bd558fd0cfe40c71dac549db148ea16c0fce.tar.gz
go-5776bd558fd0cfe40c71dac549db148ea16c0fce.zip
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 <elias.naur@gmail.com>
Diffstat (limited to 'misc/android')
-rw-r--r--misc/android/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/android/README b/misc/android/README
index a0dd8500ee..f01ca2cc2b 100644
--- a/misc/android/README
+++ b/misc/android/README
@@ -21,4 +21,5 @@ and set GOOS to android. For example, to run the go1 benchmarks
export PATH=$GOROOT/bin:$PATH
cd $GOROOT/test/bench/go1/
- GOOS=android GOARCH=arm64 go test -bench=. -count=N -timeout=T \ No newline at end of file
+ GOOS=android GOARCH=arm64 go test -bench=. -count=N -timeout=T
+