|
|
|
|
|
by bborud
464 days ago
|
|
> “we don’t need a package manager, we write everything ourselves” vibes Then I'm afraid you misunderstood. Frameworks is not the only way to build things efficiently. It is actually possible to build things using libraries and consistent ways of structuring things. Also, we're talking about Go, so please use Go examples. Django isn't interesting in this context. Have a look at how you'd leverage the standard library, and perhaps a couple of libraries in Go to do the same. |
|