8000 Merge pull request #40 from pilwon/patch-1 · falcon677/rabbitmq-tutorials@0fe6cf5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0fe6cf5

Browse files
Merge pull request rabbitmq#40 from pilwon/patch-1
Go: Added missing import "os"
2 parents da74436 + 41ec9ae commit 0fe6cf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go/new_task.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ package main
33
import (
44
"fmt"
55
"log"
6+
"os"
67
"strings"
78

89
"github.com/streadway/amqp"

0 commit comments

Comments
 (0 2FA5 )
0