package
0.3.2
Repository: https://github.com/sallyom/origin.git
Documentation: pkg.go.dev

# Functions

DetectJava detects whether the source code in the given repository is Java.
DetectNodeJS detects whether the source code in the given repository is NodeJS.
DetectRuby detects whether the source code in the given repository is Ruby.

# 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.