core: use canonical import path for sysfs package
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
parent
ade09c734e
commit
75847b8f0c
|
@ -3,4 +3,4 @@ Package sysfs provides generic access to linux gpio.
|
|||
|
||||
It is intended to be used while implementing support for a single board linux computer
|
||||
*/
|
||||
package sysfs
|
||||
package sysfs // import "gobot.io/x/gobot/sysfs"
|
||||
|
|
Loading…
Reference in New Issue