diff --git a/carbon.go b/carbon.go index 2f8a8aa..3f3ee0b 100755 --- a/carbon.go +++ b/carbon.go @@ -7,8 +7,9 @@ import ( ) type Carbon struct { - Time time.Time - Loc *time.Location + Time time.Time + Loc *time.Location + Error error } // Now 当前