Skip to content

Commit

Permalink
Update date.go
Browse files Browse the repository at this point in the history
  • Loading branch information
lsy88 authored Dec 8, 2022
1 parent fd09f58 commit 20dd178
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions date/date.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package date
import (
"errors"
"fmt"
"github.com/lisy/date_parse/parse"
"github.com/lisy/date_parse/pkg"
"github.com/lisy/date_parse/translate"
"github.com/lsy88/date_parse/parse"
"github.com/lsy88/date_parse/pkg"
"github.com/lsy88/date_parse/translate"
"log"
"sort"
"time"
Expand Down

0 comments on commit 20dd178

Please sign in to comment.