├── Readme.md ├── go └── README.md └── Ruby └── README.md /Readme.md: -------------------------------------------------------------------------------- 1 | ### We have moved: https://github.com/MiniProfiler ### 2 | -------------------------------------------------------------------------------- /go/README.md: -------------------------------------------------------------------------------- 1 | # I HAVE MOVED 2 | 3 | New location is: https://github.com/MiniProfiler/go 4 | -------------------------------------------------------------------------------- /Ruby/README.md: -------------------------------------------------------------------------------- 1 | # I HAVE MOVED 2 | 3 | New location is: https://github.com/MiniProfiler/rack-mini-profiler 4 | --------------------------------------------------------------------------------