GITLAB
Marko Tikvić
/ webutility
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
1257b237add893d84a7fb973eab6506de75fb161
Authored by
Marko Tikvić
2019-02-11 12:38:57 +0100
1 parent
f38e87cf4c
Exists in
master
todo
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
payload.go
Side-by-side Diff
Inline Diff
payload.go
Diff comments
View file @
1257b23
...
...
@@ -345,6 +345,7 @@ func trimSpaces(s string) string {
345
345
return strings.TrimSpace(s)
346
346
}
347
347
348
+// TODO(marko): Move to separate package
348
349
func ReadFileLines(path string) ([]string, error) {
349
350
f, err := os.Open(path)
350
351
if err != nil {
...
...