Frongo is a Go tool to make HTML/CSS document out of Golang code. It was designed with readability and usability in mind, so HTML objects are created by chaining method calls.
Wg Gen Web
Simple Web based configuration generator for WireGuard.
Why another one ?
All WireGuard UI implementations are trying to manage the service by applying configurations and cr
sqlfmt
Description
The sqlfmt formats PostgreSQL statements in .go files into a consistent style.
Example
Unformatted SQL in a .go file
package main
import (
"database/sql"
)
func sendSQ
Goost
Performance first Go standard library compatible collections.
"go + boost = goost" as we want performance with our Go code since the core team don't want to maintain assembly code for some standard libraries.
shellz is a small utility to track and control your ssh, telnet, winrm, web and custom shells and tunnels (demo).
Installation
A precompiled version is available for each release, alternatively you can use
kanzi
State-of-the-art lossless data compression in Go. The goal is to provide clean APIs and really fast implementation of common algorithms. It includes compression codecs (Run Length coding, Exp Golomb coding, Huffma
Overview
WUID is a globally unique number generator, while it is NOT a UUID implementation.
WUID is 10-135 times faster than UUID and 4600 times faster than generating unique numbers with Redis.
WUID generates un
wow
Beautiful spinners for Go commandline apps
Install
go get -u github.com/gernest/wow
Usage
package main
import (
"os"
"time"
"github.com/gernest/wow"
"github.com/gernest/wow/spin"
flex - CSS flexbox layout implementation in Go
Go implementation of flexbox CSS layout algorithm.
A pure Go port of Facebook's Yoga.
How to use
Read tutorial or look at _test.go files.
Status
Th
go-css
This parser understands simple CSS and comes with a basic CSS syntax checker.
go get github.com/napsy/go-css
Example usage:
import "github.com/napsy/go-css"
ex1 := `rule {
style1: value1;
style2: val
Easily move things between computers using cowyo
🐮
💬
cowyodel allows simple and secure sharing of text/data between computers. cowyodel temporarily transfers your data (with optional client-side encryption
This is a Golang library and CLI to parse TODOs in your GO code.
It parses the comments from the AST and extract their TODOs. It can provide valuable information such as the TODO's assignee which can be filtered afterwards.
Golang Skeleton API
This is a project to help you get up an running fast with a secure, light weight, extensible api structure.
Skill level
Intermediate This project gives you a basic structure to work with.
Ariadna
Is the open-source geocoder built on top of ElasticSearch for fast geocoding and provides better search for CIS countries
What's a geocoding?
Geocoding is the process of transforming input text, su
Sacrificial-Socket
A Go server library and pure JS client library for managing communication between websockets, that has an API similar to Socket.IO, but feels less... well, Javascripty. Socket.IO is great, but nowada
Ostent
Ostent collects metrics to display and report to InfluxDB, Graphite, Librato.
The interactive display UI (demo):
System metrics collected and reported:
RAM, swap usage
CPU usage, load average
Disk sp
Render
Render is a package that provides functionality for easily rendering JSON, XML, text, binary data, and HTML templates. This package is based on the Martini render work.
Block Deprecation Notice
Go 1
Mattermost
Mattermost is an open source, self-hosted Slack-alternative from https://mattermost.org.
It's written in Golang and React and runs as a single Linux binary with MySQL or Postgres. Every month on the 16th a n
libsass
The only Sass compliant Go library! go-libsass is a wrapper to the sass/libsass project.
To build, setup Go
go build
To test
go test
Basic example more examples found in examples
buf := bytes.NewBuf
C6
Hate waiting for SASS compiling your stylesheets with Compass over 10 seconds everytime? C6 helps you write style sheets with efficiency.
C6 is a SASS 3.2 compatible implementation written in Go. But wait! this is n
pongo2
Middleware pongo2 is a pongo2.v3 template engine support for Macaron.
Installation
go get github.com/go-macaron/pongo2
Getting Help
API Reference
Documentation
License
uiprogress
A Go library to render progress bars in terminal applications. It provides a set of flexible features with a customizable API.
Progress bars improve readability for terminal applications with long output
GCSS - Pure Go CSS Preprocessor

Overview
GCSS is a pure Go CSS preprocessor. This is inspired by Sass and Stylus.
Syntax
Variables
Try browsing the code on Sourcegraph!
Banner
Add beautiful banners into your Go applications
Table of Contents
Motivation
Usage
API
Command line flags
Template
Log
ASCII Banners
LICENSE
Package stats
Package stats allows for gathering of statistics regarding your Go application and system it is running on and sent them via UDP to a server where you can do whatever you wish to the stats; display, st