Skip to content

Commit 41ec9ae

Browse files
committed
Go: Added missing import "os"
1 parent ea9f733 commit 41ec9ae

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)