Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leaanthony authored Apr 18, 2021
1 parent cf58bd0 commit e16cda4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Features:
2. Define some data
3. Extract to a target directory

```
```go
package main

import (
Expand Down Expand Up @@ -100,3 +100,7 @@ A template directory is simply a directory structure contianing files you wish t
Template files, by default, are any file with ".tmpl" in their filename. To change this, use `SetTemplateFilters([]string)`. This allows you to set any number of filters.

Files may also be ignored by using the `IgnoreFilename(string)` method.

## What's with the name?

Google is your [friend](https://translate.google.com/?sl=cy&tl=en&text=gosod&op=translate)

0 comments on commit e16cda4

Please sign in to comment.