From 5776bd558fd0cfe40c71dac549db148ea16c0fce Mon Sep 17 00:00:00 2001 From: Ben Shi Date: Wed, 23 May 2018 05:33:06 +0000 Subject: [PATCH] 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 --- misc/android/README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 + -- 2.48.1