tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
622 stars 196 forks source link

removed what seems like an accidental home directory replace in go.mod #700

Closed gherlein closed 3 months ago

gherlein commented 3 months ago

in go.mod was this line that I propose removing:

replace tinygo.org/x/drivers/mcp9808 => /home/kasterby/Documents/drivers/mcp9808

Looks like an accidental commit of a development local "replace" - probably should not be in the mainline.

deadprogram commented 3 months ago

Good catch @gherlein :+1:

Switched branch to dev since we will be having a new release very soon anyhow.