Skip to content

Instantly share code, notes, and snippets.

package main
import (
"encoding/binary"
"fmt"
"io"
"io/ioutil"
"log"
"net"
"os"
@gerbyzation
gerbyzation / svgo-config.json
Last active May 14, 2020 11:53
Actioncy svgo config file
{
"plugins": [
"removeDoctype",
"removeXMLProcInst",
"removeComments",
"removeMetadata",
"removeXMLNS",
"removeEditorsNSData",
"cleanupAttrs",
"inlineStyles",
@gerbyzation
gerbyzation / s1-00_basic-structure.markdown
Created October 25, 2018 08:14
S1-00_Basic-structure