]> Cypherpunks repositories - gostls13.git/commitdiff
misc/android: add a NL at the of README
authorBen Shi <powerman1st@163.com>
Wed, 23 May 2018 05:33:06 +0000 (05:33 +0000)
committerElias Naur <elias.naur@gmail.com>
Wed, 23 May 2018 05:54:14 +0000 (05:54 +0000)
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>
misc/android/README

index a0dd8500ee0282f3b99c761d1567350e510a47d3..f01ca2cc2b657a0464c291e9764759e00c366df7 100644 (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
\ No newline at end of file
+       GOOS=android GOARCH=arm64 go test -bench=. -count=N -timeout=T
+