greatcodeclub / sss_go

The SSS project ported to Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSS ported to Go

SSS project from The Great Code Club, ported to Go.

  • To get started on this project, first do steps 1 and 2 below if you don't have go or golex installed, then start on the usage

##Step 1 - How to Install Go

###Install gvm

bash < <(curl -s https://raw.github.com/moovweb/gvm/master/binscripts/gvm-installer)

###Figure out which version of go you want to install

gvm listall

###Install it

E.g., if you want to install version 1.2.1 of go:

gvm install go1.2.1

##Step 2 - Install Golex once you installed go via gvm

go get github.com/cznic/golex

Usage

$ go get
$ make
$ ./sss samples/plain.css

About

The SSS project ported to Go


Languages

Language:Go 100.0%