Skip to content

Commit

Permalink
Merge pull request #1 from sirlatrom/patch-1
Browse files Browse the repository at this point in the history
Add necessary imports in main.go example
  • Loading branch information
gianarb committed Jul 20, 2018
2 parents 910d839 + 14e90aa commit a07ed57
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 a07ed57

Please sign in to comment.