├── LICENSE ├── README.md ├── data ├── index.html └── musana.fuzzuli.rar ├── fuzzuli.go ├── go.mod ├── go.sum └── img ├── fuzzuli.png ├── gopher.png ├── regular.png ├── sample.png └── v1 /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/musana/fuzzuli/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/musana/fuzzuli/HEAD/README.md -------------------------------------------------------------------------------- /data/index.html: -------------------------------------------------------------------------------- 1 | 2 | holla 3 | -------------------------------------------------------------------------------- /data/musana.fuzzuli.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/musana/fuzzuli/HEAD/data/musana.fuzzuli.rar -------------------------------------------------------------------------------- /fuzzuli.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/musana/fuzzuli/HEAD/fuzzuli.go -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/musana/fuzzuli/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/musana/fuzzuli/HEAD/go.sum -------------------------------------------------------------------------------- /img/fuzzuli.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/musana/fuzzuli/HEAD/img/fuzzuli.png -------------------------------------------------------------------------------- /img/gopher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/musana/fuzzuli/HEAD/img/gopher.png -------------------------------------------------------------------------------- /img/regular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/musana/fuzzuli/HEAD/img/regular.png -------------------------------------------------------------------------------- /img/sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/musana/fuzzuli/HEAD/img/sample.png -------------------------------------------------------------------------------- /img/v1: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------