Versions in this module Expand all Collapse all v0 v0.3.2 Feb 21, 2015 v0.3.1 Feb 15, 2015 Changes in this version + var DefaultDetectors = Detectors + type DetectorFunc func(dir string) (*Info, bool) + type Detectors []DetectorFunc + func (s Detectors) DetectSource(dir string) (*Info, bool) + type Info struct + Platform string + Version string + func DetectJava(dir string) (*Info, bool) + func DetectNodeJS(dir string) (*Info, bool) + func DetectRuby(dir string) (*Info, bool)