Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 478 Bytes

File metadata and controls

29 lines (19 loc) · 478 Bytes

sig

A rewrite of suckless sic in Go

Build/Install

go build sig.go

About

sig is a rewrite of sic in Go. It provides most of the same features, plus more. The following improvements include:

  • SSL/TLS support
  • Easier to understand code base
  • Concurrency

TODO

  • Uniform I/O formatting
  • Fix known bugs

Note

This project is still a work in progress, so expect bugs and breakage. Code may be unoptimized or sloppy.