mirror of https://github.com/periph/devices
Fine tune fmt usage
- Replace fmt.Printf("%s\n", x) with fmt.Println(x)
- Replace fmt.Printf(".. %s ..", hex.EncodeToString(x)) with fmt.Printf(".. %x ..", x)
pull/1/head
parent
e8b2fc3174
commit
ccd14fb9e1
Loading…
Reference in New Issue