Skip to content

Instantly share code, notes, and snippets.

View brianaqp's full-sized avatar
🏠
Working from home

Brian A. brianaqp

🏠
Working from home
View GitHub Profile
@brianaqp
brianaqp / main.go
Created October 21, 2025 15:55
Script to install .zip applications using Gtihub releases with semantic release
package main
import (
"context"
"io"
"log"
"net/http"
"os"
"path/filepath"
"strconv"