Skip to content

Commit b99579c

Browse files
committed
add gitignore
1 parent cef47af commit b99579c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
binclock
2+
dist

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func getBin(n int) [4]int {
5050

5151
// https://github.com/golang/go/issues/20455
5252
func fixTimezone() {
53-
if runtime.GOOS != "linux" {
53+
if runtime.GOOS != "android" {
5454
return
5555
}
5656
out, err := exec.Command("/system/bin/getprop", "persist.sys.timezone").Output()

0 commit comments

Comments
 (0)