Skip to content

feat: Add options for geo commands and optimize code #103

feat: Add options for geo commands and optimize code

feat: Add options for geo commands and optimize code #103

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- main
jobs:
unit-test-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.21'
- name: run unit tests
run: go test