6 Commits

Author SHA1 Message Date
f21df51bd2 Added the PATH searching algorithm we talked about at the last meeting with Ciaraldi. It will find the location of our program
and search the PATH for that location. If found, it will search all remaining elements for the requested program. If the location
is not found on the PATH, then it will search the entire PATH for the requested program. If found, it returns the absolute path
to the program. If not, err.
2014-09-24 23:32:11 -04:00
Ian Adam Naval
fb8165fa80 Make ps follow new standard 2014-09-16 21:43:43 -04:00
Ian Adam Naval
1d57896123 gofmt 2014-09-16 20:52:57 -04:00
d26ca0b13a Moved standard binary fallback to utility function for all utilities to use 2014-09-08 01:11:30 +00:00
Ian Adam Naval
7fbc8ebc61 Move FieldsN to utility file and add tests. 2014-09-04 02:30:52 -04:00
Ian Adam Naval
e0166b98a9 Made package more go-getable.
Based on how the Revel project is organized.
2014-09-04 01:26:15 -04:00