aboutsummaryrefslogtreecommitdiffstats
path: root/config/modules.go
Commit message (Collapse)AuthorAgeFilesLines
* all: simplificationferhat elmas2017-11-291-1/+1
| | | | | | | | | | - no length for map initialization - don't check for boolean/error return - don't format string - use string method of bytes buffer instead of converting bytes to string - use `strings.Contains` instead of `strings.Index` - use `bytes.Equal` instead of `bytes.Compare`
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-1/+1
| | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release.
* documentation and API improvementsMáximo Cuadros2017-02-211-7/+7
|
* config: added Config.SubmodulesMáximo Cuadros2017-02-141-3/+2
|
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-1/+1
|
* Fix typos in config pkg (#233)Sergio Arbeo2017-01-301-1/+1
|
* config: documentation improvementsMáximo Cuadros2017-01-301-14/+17
|
* config: modules, marshal and unmarshal implementationMáximo Cuadros2017-01-261-10/+100
|
* config: git modules configMáximo Cuadros2017-01-261-0/+43