Skip to content

Commit 31b9af1

Browse files
committed
Remove comments for 'f.Post(tag_name, "data")'
Causing error like fluent#PostWithTime: message must be a map
1 parent 28bdb66 commit 31b9af1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

fluent/fluent.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,6 @@ func New(config Config) (f *Fluent, err error) {
9090
//
9191
// Examples:
9292
//
93-
// // send string
94-
// f.Post("tag_name", "data")
95-
//
9693
// // send map[string]
9794
// mapStringData := map[string]string{
9895
// "foo": "bar",

0 commit comments

Comments
 (0)