File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1464,7 +1464,7 @@ type RFC3339Type string
1464
1464
func (RFC3339Type ) Layout () string {
1465
1465
return carbon.RFC3339Layout
1466
1466
}
1467
- // 实现 "carbon.DataTyper" 接口 (非必需)
1467
+ // 实现 "carbon.DataTyper" 接口 (非必需,默认数据类型是 datetime )
1468
1468
func (RFC3339Type ) DataType () string {
1469
1469
return " datetime"
1470
1470
}
@@ -1474,7 +1474,7 @@ type ISO8601Type string
1474
1474
func (ISO8601Type ) Format () string {
1475
1475
return carbon.ISO8601Format
1476
1476
}
1477
- // 实现 "carbon.DataTyper" 接口 (非必需)
1477
+ // 实现 "carbon.DataTyper" 接口 (非必需,默认数据类型是 datetime )
1478
1478
func (RFC3339Type ) DataType () string {
1479
1479
return " datetime"
1480
1480
}
Original file line number Diff line number Diff line change @@ -1459,7 +1459,7 @@ type RFC3339Type string
1459
1459
func (RFC3339Type ) Layout () string {
1460
1460
return carbon.RFC3339Layout
1461
1461
}
1462
- // "carbon.DataTyper" インタフェースの実装(必須ではありません )
1462
+ // "carbon.DataTyper" インタフェースの実装(必須ではなく、デフォルトのデータ型は datetime )
1463
1463
func (RFC3339Type ) DataType () string {
1464
1464
return " datetime"
1465
1465
}
@@ -1469,7 +1469,7 @@ type ISO8601Type string
1469
1469
func (ISO8601Type ) Format () string {
1470
1470
return carbon.ISO8601Format
1471
1471
}
1472
- // "carbon.DataTyper" インタフェースの実装(必須ではありません )
1472
+ // "carbon.DataTyper" インタフェースの実装(必須ではなく、デフォルトのデータ型は datetime )
1473
1473
func (RFC3339Type ) DataType () string {
1474
1474
return " datetime"
1475
1475
}
Original file line number Diff line number Diff line change @@ -1456,7 +1456,7 @@ type RFC3339Type string
1456
1456
func (RFC3339Type ) Layout () string {
1457
1457
return carbon.RFC3339Layout
1458
1458
}
1459
- // implement "carbon.DataTyper" interface (not required)
1459
+ // implement "carbon.DataTyper" interface (not required, default data type is datetime )
1460
1460
func (RFC3339Type ) DataType () string {
1461
1461
return " datetime"
1462
1462
}
@@ -1466,7 +1466,7 @@ type ISO8601Type string
1466
1466
func (ISO8601Type ) Format () string {
1467
1467
return carbon.ISO8601Format
1468
1468
}
1469
- // implement "carbon.DataTyper" interface (not required)
1469
+ // implement "carbon.DataTyper" interface (not required, default data type is datetime )
1470
1470
func (RFC3339Type ) DataType () string {
1471
1471
return " datetime"
1472
1472
}
You can’t perform that action at this time.
0 commit comments