Skip to content

Commit

Permalink
Merge pull request #104 from ClaytonNorthey92/hotfix/formatting
Browse files Browse the repository at this point in the history
fix: Add Go formatting to README code block
  • Loading branch information
gianarb committed Nov 20, 2019
2 parents 5f5b63b + 4a0976a commit d170722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Testcontainers-go gives you the ability to build and image and run a container f
You can do so by specifiying a `Context` (the filepath to the build context on your local filesystem)
and optionally a `Dockerfile` (defaults to "Dockerfile") like so:

```
```go
req := ContainerRequest{
FromDockerfile: testcontainers.FromDockerfile{
Context: "/path/to/build/context",
Expand Down

0 comments on commit d170722

Please sign in to comment.