Skip to content

Commit

Permalink
Update go mod example
Browse files Browse the repository at this point in the history
  • Loading branch information
gcheadle-vmware authored Feb 25, 2022
1 parent b50fd58 commit 894983a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/integrating-with-ytt/apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,10 @@ Examples of how this can be done in Go:
...
require (
...
github.com/vmware-tanzu/carvel-ytt v0.38.0
github.com/vmware-tanzu/carvel-ytt v0.40.0
...
)
```
_(note: this is `ytt`'s original/current module name and will be renamed in the future.)_

2. create and populate an instance of the template command:
```go
Expand Down

1 comment on commit 894983a

@pivotaljohn
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch! I totally missed this one on review.

And yeah, no need to talk about the past, here. This is a guide for getting started. 👍🏻

Please sign in to comment.