aboutsummaryrefslogtreecommitdiffstats
path: root/pathtools/lists.go
Commit message (Collapse)AuthorAgeFilesLines
* Replace ReplaceExtension regexp with manual string operationsColin Cross2015-04-151-6/+6
| | | | | | | | regexp is overkill for a simple extension replacement, just find the last '.' and add the new extension after it. Saves 5% cpu time on one workload. Change-Id: Ic299c9ec5132d15bbea2c9c7778c000d6fdf509a
* Add license headers and LICENSE fileColin Cross2015-01-231-0/+14
| | | | Change-Id: I6f7c7374093c0745ee4aa677480376a06648b358
* Move blueprint/* up a directoryColin Cross2015-01-231-0/+33
Make integrating with go tools easier by putting the blueprint package files in the top level directory of the git project instead of in a subdirectory called blueprint. Change-Id: I35c144c5fe7ddf34e478d0c47c50b2f6c92c2a03