We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Format方法返回空字符串 ,系统全崩 。
package main import ( "fmt" "github.com/golang-module/carbon" ) func main() { s := carbon.Now().Format("Y-m-d H:i:s") fmt.Println("==============", s) }
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
我该用什么代码能跟您环境一样 。 version: v1.3.3 golang: v1.16
找到原因了,是因为作为第三方包使用时不能直接读取子目录里的json文件,正在修复,你可以暂时把lang目录复制到当前项目下就可以正常使用了
v1.3.4版本已修复
No branches or pull requests
Format方法返回空字符串 ,系统全崩 。
The text was updated successfully, but these errors were encountered: