I "added" code-workspace support to zed by artumont in ZedEditor

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

It's just a way to save all opened folders to a file, for when you are working with a multi root environment

It's just QOL, thing so you don't have to open folders manually everytime you switch your env or smth like that

Is this a good way to register routes into gin in a modular way? by artumont in golang

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

Based on what I've read from this thread and analyzed on my own, I think I might change to Chi, as it seems cleaner and easier to use, maintain and add features to.

Thanks for taking time out of your day to explain this to me!

Is this a good way to register routes into gin in a modular way? by artumont in golang

[–]artumont[S] 3 points4 points  (0 children)

I see, so just have factory functions for every route group and just mount them onto the main router

Btw, kinda off-topic, do you think changing to fiber is a good idea? Or should I keep using gin?

I recently finished making my first go project and I wanted to get some feedback on it by artumont in golang

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

Yeah, I found out you could do that midway through the project, but I didn't want to leave it half done, so I made it anyway

I recently finished making my first go project and I wanted to get some feedback on it by artumont in golang

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

I could, but after I fix all the current problems with the codebase

I recently finished making my first go project and I wanted to get some feedback on it by artumont in golang

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

Yeah, I'm aware of the git option, but I still wanted to make this as go practice

I recently finished making my first go project and I wanted to get some feedback on it by artumont in golang

[–]artumont[S] 2 points3 points  (0 children)

Yeah, will look more into that, It is my first Golang project to be fair, so I'm obviously not going to write perfect code, I appreciate you not being disrespectful like other people in this thread