Skip to content

Commit cc38950

Browse files
committed
Change imports to github
1 parent bbbbe40 commit cc38950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package main
22

33
import (
4-
"./digits"
5-
digartImage "./image"
64
"fmt"
5+
"github.com/hugolgst/digart/digits"
6+
digartImage "github.com/hugolgst/digart/image"
77
"image"
88
"image/color"
99
"image/draw"

0 commit comments

Comments
 (0)