1
0
mirror of https://github.com/golang/go synced 2024-11-26 18:26:48 -07:00

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>
This commit is contained in:
Ben Shi 2018-05-23 05:33:06 +00:00 committed by Elias Naur
parent 92bdfab795
commit 5776bd558f

View File

@ -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
GOOS=android GOARCH=arm64 go test -bench=. -count=N -timeout=T