Commit 5776bd55 authored by Ben Shi's avatar Ben Shi Committed by Elias Naur

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/114010Reviewed-by: 's avatarElias Naur <elias.naur@gmail.com>
parent 92bdfab7
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment