Posts tagged with: Go

Content related to Go

Drip: Open-Source Self‑Hosted Tunnel for Unlimited Bandwidth

February 06, 2026

Looking for a no‑cost, private tunneling solution? Drip lets you expose any local service to the internet without third‑party servers, using zero‑cost domains, bearer‑token auth, and unlimited bandwidth. Built in Go, it’s fast, lightweight, and fully customizable. This guide covers installation, configuration, and real‑world use cases so you can replace ngrok, localtunnel, or serve with your own infrastructure.

ASC CLI: Fast, Scriptable Automation for App Store Connect

February 04, 2026

Discover ASC CLI—an open‑source Go tool that turns App Store Connect into a command‑line playground. Learn how to install via Homebrew or from source, authenticate with API keys, and run automated scripts for builds, TestFlight, reviews, and more. Its JSON‑first output, zero‑interaction design, and built‑in update checks make ASC ideal for CI/CD pipelines and dev‑ops teams that need a lightweight, scriptable bridge between Xcode and App Store Connect.

Res-Downloader: Grab Videos from WeChat, Douyin & More

January 23, 2026

Res‑Downloader is an intuitive, open‑source cross‑platform utility built with Go and Wails that captures videos, music, images, and live streams from popular Chinese social platforms such as WeChat, Douyin, Kuaishou, and more. With a simple UI and lightweight proxy, users can start downloads with just a few clicks. This guide walks you through installation, configuration, and typical use cases – from grabbing a single short video to downloading m3u8 streams. Whether you are a content creator or a curious tech enthusiast, Res‑Downloader offers a fast, reliable, and legal way to archive online media.

Huobao Drama: Open‑Source AI Short‑Drama Generator

January 18, 2026

Discover how Huobao Drama transforms a single line of dialogue into a polished short film in minutes. Built on Go, Vue3, and state‑of‑the‑art LLMs, this end‑to‑end system handles script parsing, character imaging, storyboarding, and video synthesis. The article walks you through its architecture, setup with Docker or classic deployment, key features, and how you can contribute to this growing open‑source AI creative toolkit.

Embed Static Files into Your Go Binary Using statik

January 16, 2026

If you’re developing a Go application with a web front‑end, you’ll often need to bundle static assets like HTML, CSS, JavaScript, and images. Hand‑carrying those files or deploying them separately can be error‑prone. The statik tool solves this by embedding an entire directory into your Go binary. In this tutorial you’ll learn how to install statik, generate the embedded source, filter file types, access files at runtime, and serve them with an HTTP server. Following the step‑by‑step example will let you ship a single binary, simplify deployment, and maintain deterministic builds.

Fiber: The Express-Inspired Go Web Framework for Speed

September 24, 2025

Discover Fiber, the high-performance, Express-inspired web framework for Go. Built on Fasthttp, Fiber offers zero memory allocation and rapid development features for building web applications and APIs. This article provides an overview of Fiber's core features, benchmarks, installation guide, and quickstart examples for routing, middleware, and rendering. Learn why Fiber is gaining popularity among Gophers transitioning from Node.js and how its rich ecosystem of internal and external middlewares can streamline your development process. Explore its philosophy of minimalism and efficiency, making it an excellent choice for fast, flexible, and friendly server-side programming in Go.