10 lines
323 B
Diff
10 lines
323 B
Diff
|
diff -u -r ../micro/cmd/micro/actions_other.go ./cmd/micro/actions_other.go
|
||
|
--- ../micro/cmd/micro/actions_other.go 2017-08-02 00:00:05.000000000 +0000
|
||
|
+++ ./cmd/micro/actions_other.go 2017-08-10 22:00:46.714688636 +0000
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-// +build android plan9 nacl windows
|
||
|
+// +build plan9 nacl windows
|
||
|
|
||
|
package main
|
||
|
|