go-lang-detector icon indicating copy to clipboard operation
go-lang-detector copied to clipboard

Fix #26 (modernize)

Open flowchartsman opened this issue 1 year ago • 2 comments

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.

flowchartsman avatar Mar 16 '23 04:03 flowchartsman

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 image

flowchartsman avatar Mar 16 '23 05:03 flowchartsman

Fixes #26

flowchartsman avatar Mar 16 '23 05:03 flowchartsman