github.com/dromara/carbon -> github.com/dromara/carbon

This commit is contained in:
gouguoyin 2024-11-24 23:55:41 +08:00
parent 222cd8e117
commit b62f2ed6f2
2 changed files with 4 additions and 4 deletions

View File

@ -1048,7 +1048,7 @@ func TestCarbon_DiffForHumans(t *testing.T) {
}
// https://github.com/golang-module/carbon/issues/255
// https://github.com/dromara/carbon/issues/255
func TestCarbon_Issue255(t *testing.T) {
tests := []struct {
name string

View File

@ -157,7 +157,7 @@ func TestError_ParseByFormat(t *testing.T) {
assert.NotNil(t, ParseByFormat("xxx", "Y-m-d", PRC).Error, "It should catch an exception in ParseByFormat")
}
// https://github.com/golang-module/carbon/issues/202
// https://github.com/dromara/carbon/issues/202
func TestCarbon_Issue202(t *testing.T) {
tests := []struct {
name string
@ -193,7 +193,7 @@ func TestCarbon_Issue202(t *testing.T) {
}
}
// https://github.com/golang-module/carbon/issues/206
// https://github.com/dromara/carbon/issues/206
func TestCarbon_Issue206(t *testing.T) {
tests := []struct {
name string
@ -230,7 +230,7 @@ func TestCarbon_Issue206(t *testing.T) {
}
}
// https://github.com/golang-module/carbon/issues/232
// https://github.com/dromara/carbon/issues/232
func TestCarbon_Issue232(t *testing.T) {
tests := []struct {
name string