github.com/rohankumardubey/draft-classic@v0.16.0/pkg/linguist/README.md (about)

     1  # linguist
     2  
     3  Go port of github linguist.
     4  
     5  ## Updating linguist
     6  
     7  To update to the latest version of linguist, run
     8  
     9  ```
    10  git clone https://github.com/github/linguist data/linguist
    11  go generate .
    12  go generate ./data
    13  rm -rf data/linguist
    14  ```