Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
reugn committed Apr 22, 2019
1 parent 1fed812 commit cef16f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"sync"
"time"

"go-quartz/quartz"
"github.com/reugn/go-quartz/quartz"
)

//demo main
Expand Down
3 changes: 2 additions & 1 deletion examples/print_job.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ package main

import (
"fmt"
"go-quartz/quartz"

"github.com/reugn/go-quartz/quartz"
)

//implements quartz.Job interface
Expand Down

0 comments on commit cef16f5

Please sign in to comment.