├── .gitignore ├── LICENSE ├── README.md └── pkgreflect.go /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ungerik/pkgreflect/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ungerik/pkgreflect/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ungerik/pkgreflect/HEAD/README.md -------------------------------------------------------------------------------- /pkgreflect.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ungerik/pkgreflect/HEAD/pkgreflect.go --------------------------------------------------------------------------------