summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorPaul Buetow (europa) <paul@buetow.org>2015-05-25 21:41:45 +0100
committerPaul Buetow (europa) <paul@buetow.org>2015-05-25 21:41:45 +0100
commit10074fefc76404a1be7bddcc2b9d18bc0ee44056 (patch)
treee518cbb452507621ef893b9199d856f082059165 /utils
parent1d3f483ebb9f024324866ba87aa265ab5b06b735 (diff)
rename
Diffstat (limited to 'utils')
-rw-r--r--utils/utils.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/utils.go b/utils/utils.go
index 3a19ac5..e314367 100644
--- a/utils/utils.go
+++ b/utils/utils.go
@@ -2,7 +2,7 @@ package utils
import "io/ioutil"
-func GatherRaw(what *string, path string) error {
+func Slurp(what *string, path string) error {
bytes, err := ioutil.ReadFile(path)
if err != nil {
return err