Commit 1257b237add893d84a7fb973eab6506de75fb161

Authored by Marko Tikvić
1 parent f38e87cf4c
Exists in master

todo

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
... ... @@ -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 {
... ...