Victor Istratenko
Results
2
issues of
Victor Istratenko
**Hi, My github action yml is simple:** name: reviewdog on: [push, pull_request] jobs: golangci-lint: runs-on: ubuntu-latest steps: - name: Check out code into the Go module directory uses: actions/checkout@v2 -...
Do you have an example how to call wasm function, which takes string parameter with life ?