Posts tagged with: Go
Content related to Go
Res-Downloader: Grab Videos from WeChat, Douyin & More
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
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
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
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.