Skip to content

Commit a8dfe4a

Browse files
authored
Merge pull request #43 from yoheimuta/patch-wrong-comment-for-Post
Remove wrong comments for 'f.Post(tag_name, "data")'
2 parents 7936827 + 31b9af1 commit a8dfe4a

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
@@ -103,9 +103,6 @@ func New(config Config) (f *Fluent, err error) {
103103
//
104104
// Examples:
105105
//
106-
// // send string
107-
// f.Post("tag_name", "data")
108-
//
109106
// // send map[string]
110107
// mapStringData := map[string]string{
111108
// "foo": "bar",

0 commit comments

Comments
 (0)