Skip to content

close root window if we're in root context (fixes #84) (#85) #6

close root window if we're in root context (fixes #84) (#85)

close root window if we're in root context (fixes #84) (#85) #6

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '>=1.20.0'
- name: Build
run: go build -v