├── .gitignore ├── LICENSE ├── README.md ├── init.go └── init_test.go /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sean-/seed/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sean-/seed/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sean-/seed/HEAD/README.md -------------------------------------------------------------------------------- /init.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sean-/seed/HEAD/init.go -------------------------------------------------------------------------------- /init_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sean-/seed/HEAD/init_test.go --------------------------------------------------------------------------------