Go-carbon version 1.5.1 was released to fix known bugs and add Turkish translation file

Carbon is a simple, semantic and developer-friendly golang package for datetime.

Carbon has been included by awesome-go , if you think it is helpful, please give me a star.

github.com/golang-module/carbon

Change log
  • Fixed EndOfCentury() bug
  • Specification code comment format
  • Specification unit test format
  • Optimization error message
  • Unit test coverage increased to 100%
  • Added the Turkish translation file lang/tr.json which was translated by emresenyuva
1 Like

Thanks for sharing!

Did you know that there is another datetime package called Carbon? Could be a possible source of confusion…

uniplaces/carbon: Carbon for Golang, an extension for Time

I know, but uniplaces/carbon hasn’t been updated for a long time, and the function is not perfect.

Understood, but my point is that there is a name clash that could confuse users.

Like many libraries are called JWT, although they have the same name, they all have different users.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.