├── .gitignore ├── CHANGELOG.md ├── LICENSE ├── README.md └── ok.go /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syaning/ok/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syaning/ok/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syaning/ok/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syaning/ok/HEAD/README.md -------------------------------------------------------------------------------- /ok.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syaning/ok/HEAD/ok.go --------------------------------------------------------------------------------