draft-classic
draft-classic copied to clipboard
switch out `go generate` in pkg/linguist with go-bindata
In order to provide the tools necessary to enable developers to provide better language detection for Draft, we need to perform the following:
- pull github/linguist yml files directly into pkg/linguist such that we have control over language names/classifiers
- replace the
baketool with https://github.com/jteeuwen/go-bindata as we use in other projects
@bacongobbler what are the extra control features, or rather, where are they documented?
#591 and #713 are good examples of features we could unlock by undergoing this refactor. Not a 1.0 thing but certainly a nice to have.