aboutsummaryrefslogtreecommitdiff
path: root/binary/schema/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'binary/schema/README.md')
-rw-r--r--binary/schema/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/binary/schema/README.md b/binary/schema/README.md
index ccaedca54..2d3b15c36 100644
--- a/binary/schema/README.md
+++ b/binary/schema/README.md
@@ -164,6 +164,12 @@ type Constant struct {
func (*Constant) Class() binary.Class
```
+#### func (Constant) String
+
+```go
+func (c Constant) String() string
+```
+
#### type ConstantSet
```go