Skip to content

fix: change module path to gofarsi #20

fix: change module path to gofarsi

fix: change module path to gofarsi #20

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check Changes
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Test
run: go test -v ./...
- name: Fmt
run: go fmt ./...
- name: Vet
run: go vet ./...