Skip to content

Commit

Permalink
Change imports to github
Browse files Browse the repository at this point in the history
  • Loading branch information
hugolgst committed Mar 15, 2020
1 parent bbbbe40 commit cc38950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package main

import (
"./digits"
digartImage "./image"
"fmt"
"github.com/hugolgst/digart/digits"
digartImage "github.com/hugolgst/digart/image"
"image"
"image/color"
"image/draw"
Expand Down

0 comments on commit cc38950

Please sign in to comment.