Skip to content

Commit

Permalink
Remove interpolation method section from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-stitt committed Dec 1, 2017
1 parent 8321aa0 commit ba062c7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,6 @@ result, err := tmpl.Render(input)
fmt.Printf("Value: %s", result.Value.(string)) // Value: foo
```

## Interpolation Methods

- lower
- Convert the provided argument to lowercase
- upper
- Convert the provided argument to uppercase
- env
- Find the provided environment variable

## Coming Soon

- More interpolation methods
Expand Down

0 comments on commit ba062c7

Please sign in to comment.