Skip to content

comment now useless const "verifyPrimesUntil" and move it closer to t… #22

comment now useless const "verifyPrimesUntil" and move it closer to t…

comment now useless const "verifyPrimesUntil" and move it closer to t… #22

Workflow file for this run

name: Go-fmt
on: push
jobs:
gofmt:
name: Go fmt project
runs-on: ubuntu-latest
steps:
- name: check out
uses: actions/checkout@v3
- name: go fmt project
uses: Jerome1337/gofmt-action@v1.0.4