Skip to content

Commit cbb5628

Browse files
authored
Merge pull request testcontainers#1 from sirlatrom/patch-1
Add necessary imports in main.go example
2 parents be92e11 + a9c0b49 commit cbb5628

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ This is the API I have defined:
1414
package main
1515

1616
import (
17-
"testing",
18-
"github.com/gianarb/testcontainer"
17+
"context"
18+
"fmt"
19+
testcontainer "github.com/gianarb/testcontainer-go"
20+
"net/http"
21+
"testing"
1922
)
2023

2124
func TestNginxLatestReturn(t *testing.T) {

0 commit comments

Comments
 (0)