Open RudolfVonKrugstein opened 3 years ago
net API is not yet supported according to:
https://tinygo.org/lang-support/stdlib/#net
# net
/home/ron/.gvm/gos/go1.15/src/net/parse.go:80:12: st.ModTime undefined (type os.FileInfo has no field or method ModTime)
Relate-to: https://github.com/rzr/webthing-go/issues/4
When trying to compile this:
with these comands:
I get:
I get the same error, when I have included the bluetooth package (https://github.com/tinygo-org/bluetooth).
So I can not compile for linux with the bluetooth package.