Repository History
3 repositories tagged with Golang

avyos: An Experimental Linux-based OS Built Purely in Go
avyos is an experimental, Linux-based operating system with its entire system layer, including init, services, and core tools, written purely in Go. It distinguishes itself with an immutable system core, clear separation of state for apps and user data, and service-driven capabilities. This innovative approach aims to rethink traditional OS design using modern Go principles, without external packages, CGO, or POSIX compatibility.

Maroto: A Go Library for Creating PDFs with Bootstrap-like Layouts
Maroto is an open-source Go library designed for creating PDFs in a fast and simple manner. It draws inspiration from Bootstrap, allowing developers to structure PDF content using a familiar grid system. This tool leverages gofpdf to provide an intuitive way to generate professional documents, automatically handling page breaks and headers.

gopher-reading-list: A Curated Selection of Go Blog Posts
The gopher-reading-list is a highly curated selection of blog posts about Go, designed to provide the most useful and relevant material for any Go developer. It offers a fixed list of 200 entries, making it a focused resource for learning and staying updated. This repository is an excellent starting point for both beginners and experienced Gophers.