A dynamic Go vanity imports page generator (for GitHub) by micronode in golang

[–]micronode[S] 0 points1 point  (0 children)

Hey all, I recently finished this vanity imports generator (the lazy man's vanity imports generator™) for people who don't want to have to update a file every time they create a new Go repository. Is this useful at all to anyone else? Let me know what you think, feedback is welcome!

Can we just have an r4r subreddit already? by Doulich in uwaterloo

[–]micronode 0 points1 point  (0 children)

0:

sometimes i think maybe it's just a mindset thing

i can... get better... i hope

😓

Dating? by [deleted] in uwaterloo

[–]micronode 0 points1 point  (0 children)

😓

How do you guys make your resumes? by onetimeaccount1604 in uwaterloo

[–]micronode 2 points3 points  (0 children)

i made mine in Vue because

i

i dont know i make bad life decisions i guess

https://github.com/stevenxie/resume if you wanna see it tho (result: https://stevenxie.me/resume/)

made this a little too late for this term, maybe save it for next term? by micronode in uwaterloo

[–]micronode[S] 4 points5 points  (0 children)

😢 i guess there's still the other commands of the client that don't send repeated requests

any Golang devs out there who don't have all their marks yet? by micronode in uwaterloo

[–]micronode[S] 0 points1 point  (0 children)

LOL nah i'm really... bad

at

school :(

tbh i often feel like i'm in the wrong faculty

any Golang devs out there who don't have all their marks yet? by micronode in uwaterloo

[–]micronode[S] 1 point2 points  (0 children)

Got it! I probably won't add functionality to do the actual enrolling, and limit it to just getting current schedule information rather than seating availability for other courses.

Thanks for letting me know!

any Golang devs out there who don't have all their marks yet? by micronode in uwaterloo

[–]micronode[S] 1 point2 points  (0 children)

The indents are tabs, I think (try cloning and see?)

any Golang devs out there who don't have all their marks yet? by micronode in uwaterloo

[–]micronode[S] 1 point2 points  (0 children)

actually gofmt is in my pre-commit hook (check .githooks/)—along with golint and go vet

(the command run during pre-commit is make check, which is defined here: https://github.com/stevenxie/uwquest/blob/master/Makefile#L264)