We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbbbe40 commit cc38950Copy full SHA for cc38950
main.go
@@ -1,9 +1,9 @@
1
package main
2
3
import (
4
- "./digits"
5
- digartImage "./image"
6
"fmt"
+ "github.com/hugolgst/digart/digits"
+ digartImage "github.com/hugolgst/digart/image"
7
"image"
8
"image/color"
9
"image/draw"
0 commit comments