Skip to content

Commit

Permalink
docs: update readme to delete []byte support (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanbohan authored Jun 5, 2023
1 parent 302ee78 commit 5ea991f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ you can visit [Documentation][document] for usage details and documentation,
- uint8, uint16, uint32, uint64, uint
- float32, float64
- bool
- []byte
- string
- time.Time

Expand All @@ -48,8 +47,7 @@ metric.SetTimePrecision(time.Microsecond)

##### alias

The default timestamp column name is `ts`, if you want to use another name, you
can change it:
The default timestamp column name is `ts`, if you want to use another name, you can change it:

```go
metric.SetTimestampAlias("timestamp")
Expand Down

0 comments on commit 5ea991f

Please sign in to comment.