Skip to content

Commit

Permalink
change import to github
Browse files Browse the repository at this point in the history
  • Loading branch information
raspi committed Dec 29, 2019
1 parent 79e3868 commit 012970e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion offset.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package main

import (
"./display"
"fmt"
"github.com/raspi/heksa/display"
"io"
)

Expand Down
2 changes: 1 addition & 1 deletion viewers.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package main

import (
"./display"
"fmt"
clr "github.com/logrusorgru/aurora"
"github.com/raspi/heksa/display"
)

type dataViewer uint8
Expand Down

0 comments on commit 012970e

Please sign in to comment.