mirror of
https://github.com/vbatts/imgsrv.git
synced 2024-11-23 16:45:39 +00:00
fixing hash package name
This commit is contained in:
parent
8aa7278da8
commit
c51e18e27e
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
package main
|
package hash
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"crypto/md5"
|
"crypto/md5"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package main
|
package hash
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
Loading…
Reference in a new issue