mirror of https://github.com/periph/devices
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Also update imports to conn and host. Ran (roughly): # Update the references. git ls-files -- . | xargs -L 1 sed -i 's#x/periph/conn#x/conn#g' git ls-files -- . | xargs -L 1 sed -i 's#x/periph/experimental/conn#x/conn#g' git ls-files -- . | xargs -L 1 sed -i 's#x/periph/host#x/host#g' git ls-files -- . | xargs -L 1 sed -i 's#x/periph/experimental/host#x/host#g' git ls-files -- . | xargs -L 1 sed -i 's#x/periph/devices#x/devices#g' git ls-files -- . | xargs -L 1 sed -i 's#x/periph/experimental/devices#x/devices#g' # Initialize the go module: go mod init periph.io/x/devices # Edited it to require go 1.13: vi go.mod # Reorder imports. goimports -w . |
5 years ago | |
|---|---|---|
| .. | ||
| doc.go | 5 years ago | |
| example_test.go | 5 years ago | |
| rainbowhat.go | 5 years ago | |