Skip to content

Commit

Permalink
change example
Browse files Browse the repository at this point in the history
  • Loading branch information
putuadityabayu committed Jul 29, 2024
1 parent c280243 commit b12ad94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/one_day.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"go.portalnesia.com/saka"
)

func main() {
func OneDay() {
sakaInstance := saka.New()

// Get information about the date
Expand Down
2 changes: 1 addition & 1 deletion example/range_date.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"time"
)

func main() {
func RangeDate() {
d1 := carbon.CreateFromDate(2023, 8, 27)
d2 := carbon.CreateFromDate(2023, 8, 31)

Expand Down

0 comments on commit b12ad94

Please sign in to comment.