aboutsummaryrefslogtreecommitdiff
path: root/misc/android/README
diff options
context:
space:
mode:
Diffstat (limited to 'misc/android/README')
-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
+