Solve incorrect import path for duration
https://github.com/ewhal/Pastebin/issues/4
This commit is contained in:
parent
7f2f0b357f
commit
a1e19c2966
|
@ -16,7 +16,7 @@ import (
|
||||||
"os"
|
"os"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
duration "github.com/channelmeter/iso8601duration"
|
duration "github.com/ChannelMeter/iso8601duration"
|
||||||
// uniuri is used for easy random string generation
|
// uniuri is used for easy random string generation
|
||||||
"github.com/dchest/uniuri"
|
"github.com/dchest/uniuri"
|
||||||
// pygments is used for syntax highlighting
|
// pygments is used for syntax highlighting
|
||||||
|
|
Loading…
Reference in New Issue