Skip to content

Commit

Permalink
Update module import
Browse files Browse the repository at this point in the history
  • Loading branch information
dl1998 committed Feb 20, 2024
1 parent ca3789e commit 09808ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic/main.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package main

import (
"SimpleScheduler/pkg/scheduler"
"fmt"
"github.com/dl1998/go-scheduler/pkg/scheduler"
"time"
)

Expand Down

0 comments on commit 09808ca

Please sign in to comment.