package
0.6.2
Repository: https://github.com/csrwng/origin.git
Documentation: pkg.go.dev

# Functions

DetectJava detects Java source.
DetectNodeJS detects NodeJS source.
DetectPerl detects Perl source.
DetectPHP detects PHP source.
DetectPython detects Python source.
DetectRuby detects Ruby source.

# Variables

DefafultDetectors is a default set of Detector functions.

# Structs

Info is detected platform information from a source directory.

# Type aliases

DetectorFunc is a function that returns source Info from a given directory.
Detectors is a set of DetectorFunc that is used to detect the language/platform for a given source directory.