4

So when writing golang code, you can put alias into the imported library
And one of interns in my office include include our company's library called "helper/session", and alias it with 'hSession'
Now all the code which use that library has to look like "hSession.ErrUnexpected", "hSession.NewSession"

Well, i think i've played too much VN and anime, but still i'm having a good laugh when doing the code review

Comments
Add Comment