go-lang-detector
go-lang-detector copied to clipboard
Fix #26 (modernize)
Here's a first pass at modernizing the repo a little. Moves JSON file to using go embed, move to modules from dep, move to github actions from werker, etc. ~Probably want to remove the gopherJS stuff as well in favor of targeting wasm. I'll probably amend this PR over the next few days, so marking as WIP for now.~
Edit looks like goconvey is pulling in your gopherjs deps. Not really sure what convey buys you, but if you remove it your transitive deps will basically be zero.
Okay, that will probably do for now. To get coverage working with the new action, you'll need to create and save one wiki page if you don't have it (the default is fine) and go to settings -> actions -> general -> workflow permissions -> read and write permissions -> save
Fixes #26