Skip to content

Commit e16cda4

Browse files
authored
Update README.md
1 parent cf58bd0 commit e16cda4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Features:
2929
2. Define some data
3030
3. Extract to a target directory
3131

32-
```
32+
```go
3333
package main
3434

3535
import (
@@ -100,3 +100,7 @@ A template directory is simply a directory structure contianing files you wish t
100100
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.
101101

102102
Files may also be ignored by using the `IgnoreFilename(string)` method.
103+
104+
## What's with the name?
105+
106+
Google is your [friend](https://translate.google.com/?sl=cy&tl=en&text=gosod&op=translate)

0 commit comments

Comments
 (0)