alimy / mir

Mir is a toolkit for register method handler to http engine router(eg: gin,echo,iris,mux,httprouter) use struct tag info.
https://alimy.github.io/mir/
Apache License 2.0
80 stars 13 forks source link

Potential case-insensitive import collision #14

Closed unknwon closed 4 years ago

unknwon commented 5 years ago

Due to GitHub handle change (to lowercase) for long term purpose, go get may fail fetching github.com/Unknwon/com. Please consider take some time to update it to github.com/unknwon/com in the go.mod file. I truly apology for the inconvenience and unintended troubles caused.

alimy commented 4 years ago

had update,thanks~