├── LICENSE ├── README.md ├── go.mod ├── go.sum ├── static ├── wayfiles-example.png └── wayfiles-logo.png └── wayfiles.go /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rffrench/wayfiles/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rffrench/wayfiles/HEAD/README.md -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rffrench/wayfiles/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rffrench/wayfiles/HEAD/go.sum -------------------------------------------------------------------------------- /static/wayfiles-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rffrench/wayfiles/HEAD/static/wayfiles-example.png -------------------------------------------------------------------------------- /static/wayfiles-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rffrench/wayfiles/HEAD/static/wayfiles-logo.png -------------------------------------------------------------------------------- /wayfiles.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rffrench/wayfiles/HEAD/wayfiles.go --------------------------------------------------------------------------------