araddon / dateparse

GoLang Parse many date strings without knowing format in advance.
MIT License
2.03k stars 164 forks source link

add format YYYY年-M月-d日 #126

Closed shaneing closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #126 (88efa89) into master (6b43995) will decrease coverage by 0.19%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #126      +/-   ##
==========================================
- Coverage   99.90%   99.70%   -0.20%     
==========================================
  Files           1        1              
  Lines        1021     1032      +11     
==========================================
+ Hits         1020     1029       +9     
- Misses          1        3       +2     
Impacted Files Coverage Δ
parseany.go 99.70% <100.00%> (-0.20%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6b43995...88efa89. Read the comment docs.

shaneing commented 3 years ago

Can I remove state dateDigitChineseYearWs?