We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GoString
1 parent 8d0c2fe commit c202473Copy full SHA for c202473
1 file changed
outputer.go
@@ -7,7 +7,7 @@ import (
7
"strings"
8
)
9
10
-// GoString implements fmt.GoStringer interface for FormatType struct.
+// GoString implements fmt.GoStringer interface for Carbon struct.
11
// 实现 fmt.GoStringer 接口
12
func (c *Carbon) GoString() string {
13
if c.IsInvalid() {
0 commit comments