cybozu-go / aptutil

Go utilities for Debian APT repositories
MIT License
127 stars 30 forks source link

Build failed on Windows #6

Closed yutannihilation closed 8 years ago

yutannihilation commented 8 years ago

(I don't think we need to support Windows. This issue is just for the record.)

> go get -u github.com/cybozu-go/aptutil/...
# github.com/cybozu-go/aptutil/mirror
Desktop\Go\src\github.com\cybozu-go\aptutil\mirror\flock.go:17: undefined: syscall.Flock
Desktop\Go\src\github.com\cybozu-go\aptutil\mirror\flock.go:17: undefined: syscall.LOCK_EX
Desktop\Go\src\github.com\cybozu-go\aptutil\mirror\flock.go:17: undefined: syscall.LOCK_NB
Desktop\Go\src\github.com\cybozu-go\aptutil\mirror\flock.go:23: undefined: syscall.Flock
Desktop\Go\src\github.com\cybozu-go\aptutil\mirror\flock.go:23: undefined: syscall.LOCK_UN