Skip to content

Instantly share code, notes, and snippets.

@Carrotman42
Carrotman42 / dir.go
Created November 19, 2020 22:11
Simple setup for generating embedded assets in Go
package asset
import (
"archive/tar"
"bytes"
"compress/gzip"
"encoding/base64"
"errors"
"fmt"
"io"
@Carrotman42
Carrotman42 / gist:2971fe658531fb14420a25646d148de1
Created February 7, 2019 21:51
Factorio Tech Flow Graph (up to Blue Science Pack)
Plug into something like http://www.webgraphviz.com/
digraph Factorio {
RedScience [ style="filled" color="#FF1111" ]
GreenScience [ style="filled" color="#00FF00" ]
BlueScience [ style="filled" color="#2222FF" ]
CopperOre [ style="filled" color="#884833" ]
IronOre [ style="filled" color="#5555EE" ]
Coal [ style="filled" color="#444444" ]