Changed keypad sample code to import the package from interface

This commit is contained in:
Kunal Powar 2014-01-03 15:43:25 +05:30
parent a48544dcf7
commit e92e4e3026
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import (
"fmt"
"time"
"github.com/kid0m4n/go-rpi/sensor/keypad/matrix4x3"
"github.com/kid0m4n/go-rpi/interface/keypad/matrix4x3"
)
func main() {