Skip to content

Commit e5d2460

Browse files
authored
Merge pull request #79 from nokute78/fix_sample_code
fix compilation error of Example
2 parents e6060ee + 800638a commit e5d2460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ package main
2828
import (
2929
"github.com/fluent/fluent-logger-golang/fluent"
3030
"fmt"
31-
"time"
31+
//"time"
3232
)
3333

3434
func main() {

0 commit comments

Comments
 (0)