Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-sitong committed Feb 19, 2024
1 parent 6e6b186 commit eee2da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion d.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package d

import "time"

func date(params ...interface{}) string {
func Date(params ...interface{}) string {
// 定义默认值
defaultValues := map[int]interface{}{
0: "Y-m-d H:i:s", // format
Expand Down

0 comments on commit eee2da6

Please # to comment.