Skip to content

Commit

Permalink
Add necessary imports in main.go example
Browse files Browse the repository at this point in the history
The previous example didn't compile, so I added the missing imports and renamed the one referring to `github.com/gianarb/testcontainers`.

Signed-off-by: Sune Keller <[email protected]>
  • Loading branch information
sirlatrom authored Jul 20, 2018
1 parent 910d839 commit 14e90aa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ This is the API I have defined:
package main

import (
"testing",
"github.com/gianarb/testcontainer"
"context"
"fmt"
testcontainer "github.com/gianarb/testcontainer-go"
"net/http"
"testing"
)

func TestNginxLatestReturn(t *testing.T) {
Expand Down

0 comments on commit 14e90aa

Please sign in to comment.