This Is The BEST Way To Structure Your GO Projects

  Рет қаралды 64,906

Melkey

Melkey

11 ай бұрын

World of Go programming language! 🚀 Whether you're a complete beginner or an experienced developer looking to explore Go, this video has something for everyone.
🔧 Installing Go Lang:
With easy-to-follow instructions, you'll have Go up and running on your machine in no time.
📁 Directory Layout Best Practices:
We discuss the recommended directory structure for a typical Go project. Learn how to keep your codebase clean and easy to navigate, separate concerns, and follow the best practices that the Go community loves.
Go Project Layout GitHub:
github.com/golang-standards/p...
Twitch
I stream live on Twitch every weekend
Twitch : / melkey
Join the amazing community on Discord
Discord: / discord
I post memes and host Twitter Tech Spaces
Twitter: / melkeydev
SUBSCRIBE OR GET LAID OFF
╔═╦╗╔╦╗╔═╦═╦╦╦╦╗╔═╗
║╚╣║║║╚╣╚╣╔╣╔╣║╚╣═╣
╠╗║╚╝║║╠╗║╚╣║║║║║═╣
╚═╩══╩═╩═╩═╩╝╚╩═╩═╝
#coding #neovim #typescript #programming #vim #softwareengineering #codinglife #webdesign #webdevelopment #webdev #javascript #rustlang #rust #twitch #twitchstreamer #programmerhumor #codinghumor #software #softwareengineer #softwaredeveloper #softwaredevelopment #gymbro #gym #programmerhumor #programming #coding

Пікірлер: 183
@MelkeyDev
@MelkeyDev 11 ай бұрын
GO CONTENT IS AWESOME! I HOPE YOU ALL ENJOY IT. MAKE SURE TO COMMENT AND SUBSCRIBE- it really means the world
@PeterPatrick-uq5ef
@PeterPatrick-uq5ef 7 ай бұрын
Melky, what do you advise, I just started learning Go as I am new to software dev world, but some what seem confusing sometimes. Topic like Pointers; I am struggling to really understand it deeply, and a few others. Can you advice on howto go about it - recommend materials that can easily break it down for me. I am really interested in learning getting as far as building API's, Micro-services. I know that for a newbie, it seem like a daunting task; i do believe i can achieve it. I am not totally new to IT world, I have worked as a network engineer, and now looking to become a software engineer; Specifically a back-end or full stack. I do have a bit of the basic knowledge of variables, functions, struct, boolean, integer, float etc. i know basic python programming, html, css , docker, i use vagrant as IAC for my private test environment, Linux, basic knowledge of Git & Github, cloud services - aws cloud services, Splunk enterprise software installlation, monitoring and for onboarding data. I will appreciate your sincere advice? Thank you very much.
@PeterPatrick-uq5ef
@PeterPatrick-uq5ef 7 ай бұрын
And if you could recommend a good trainer that can help with other programming language(JS, Java..etc) along with Go, I will be most grateful
@Doomdave1992
@Doomdave1992 11 ай бұрын
Enjoying the content Melkey! I don’t code in Go at all but watching these makes it feel like I could do it tomorrow
@Chronofrost001
@Chronofrost001 5 ай бұрын
I have been a C# dev for over 15 years and wanted to try something else so a few days ago i picked up a GO course. This video has been a great addition to the other things i have. Thanks.
@mrjson3039
@mrjson3039 11 ай бұрын
3 days ago I started my journey as a go developer. I wanted to learn something new and since I can't find work with my current knowledge of js I decided give a GO haha. This type of content is invaluable for me, thanks Melkey.
@MelkeyDev
@MelkeyDev 11 ай бұрын
Wonderful!
@agentbabs_yt
@agentbabs_yt 7 ай бұрын
Absolute lifesaver.. I was struggling with getting local imports to work after a tutorial refactored code into subdirectories. thank you for this!
@MelkeyDev
@MelkeyDev 7 ай бұрын
My pleasure boss - glad you enjoyed
@viktorkrepak
@viktorkrepak 4 ай бұрын
Well structured video without any water, thanks for your work Melkey!
@MelkeyDev
@MelkeyDev 4 ай бұрын
Absolutely, hope you enjoy it !
@alexandersemionov5790
@alexandersemionov5790 11 ай бұрын
ok, have to admit - this was useful. I just started going deeper in Go and was missing the point of long import statements. Genuine thank you
@MelkeyDev
@MelkeyDev 11 ай бұрын
Excellent!
@shubhicodes
@shubhicodes 11 ай бұрын
started learning GO great share Melkey
@vikingthedude
@vikingthedude 8 ай бұрын
Do we gitignore the bin directory? Considering that the contains the output build, we wouldn’t wanna track that in version control right?
@pavelastraukh9905
@pavelastraukh9905 9 ай бұрын
Thank you so much. For last few years I was programming in ruby using rails framework where layout is defined by framework and I was really struggling with figuring out what layout to use.
@choleralul
@choleralul 11 ай бұрын
Love Go! let's goo Melkey!!
@MelkeyDev
@MelkeyDev 11 ай бұрын
WOOOHOOO!
@vikingthedude
@vikingthedude 8 ай бұрын
What if we create a cmd/main.go instead of nesting it within another folder?
@Endurancecoach00
@Endurancecoach00 11 ай бұрын
Dope vid as always super helpful
@MelkeyDev
@MelkeyDev 11 ай бұрын
Appreciate it!
@kiryosity_
@kiryosity_ 10 ай бұрын
Thank you for video! I have a question related to tests. How can I keep my tests in a separate folder if I want to test not exported (private) function within my package? Anyway, it would be nice to see how you'd recommend organise your tests :) Thanks!
@David-gj6dc
@David-gj6dc 5 ай бұрын
I don't know about separating folders but in principle you should not be invoking private functions. Unit testing should only interface with the public API and treat it's internal calls as a black box.
@thingsiplay
@thingsiplay 11 ай бұрын
I know you from Prime reacting to your meme videos. :D Just started learning Go after Rust and Python. Looked into Haskell and Zig first. Zig is still not at version 1.0 and Haskell is, well it's Haskell. So I go with Go for now. And the project layout was one of the first things I wondered. This and probably your other videos will help me for sure.
@MelkeyDev
@MelkeyDev 11 ай бұрын
Welcome aboard!
@krislui852
@krislui852 9 ай бұрын
just started on go recently and struggling with structuring my project. watched a couple videos on that but seems like opinions are quite contradicting. anyway, great walkthrough, helps a lot
@ali-ozen
@ali-ozen 6 ай бұрын
what is your guake theme?
@Cyber_Lanka
@Cyber_Lanka 9 ай бұрын
Hey what about the embed package? I don't think it's possible to embed static files outside of cmd directory or handlers.
@stevezhang3869
@stevezhang3869 6 ай бұрын
it says adjust this project/package1/package2/package3 to project/package1, project/package2, project/package3
@mddawid0323
@mddawid0323 7 ай бұрын
Great video, I have learnt a lot. One question, how to create multiple folders with mkdir command on windows powershell? The method you have used on linux does not work.
@MelkeyDev
@MelkeyDev 7 ай бұрын
I am not sure - I dont develop on Windows. I don't recommend it
@flalspspsl6858
@flalspspsl6858 9 ай бұрын
how do i use code from inside my INTERNAL folder in another folder in INTERNAL folder.. like i have some funcs that do some basic shit and i wanna use them to make it easier instead of writing their implementations out every time
@IkraamDev
@IkraamDev 11 ай бұрын
Keep up the Golang videos!
@manankoyawala5337
@manankoyawala5337 4 ай бұрын
Hey bro give me tip how you change your terminal look can you make video because I like your terminal look which is very fancy
@muhammadfahad3483
@muhammadfahad3483 2 ай бұрын
I have a question, like in JS/nodejs we have a folder thats specific to a project called "node_modules", don't we have something like it in golang?
@muratasarslan2359
@muratasarslan2359 6 ай бұрын
Heyy Melkey, wonderful video. Very helpful. Would like to create a realistic REST api targeting prod making use of this structure with you 😺
@kchak14
@kchak14 Ай бұрын
Can you make a video on or share resources for Unit Testing in Go? Specifically, code coverage reports on a Windows machine.
@AnatolyLeonov
@AnatolyLeonov Ай бұрын
Thanks for the descriptioN!
@MelkeyDev
@MelkeyDev Ай бұрын
Youre welcome
@omarcrosby
@omarcrosby 8 ай бұрын
Can you explain why you prefer to keep tests in a separate folder instead of next to the files they are intended to test? Just curious.
@chandup
@chandup 4 ай бұрын
I see an advantage (there might be better approaches too): - if you want to ignore tests while building final go application container image. This reduces your final code base you are delivering. But for easy human consumption when looking at code base, test folder should follow the same structure as main code base, so that it’s easy to relate the relationships between folders and test files to the main code base folders and code files. Maybe someone can add more insights here.
@benkogan1579
@benkogan1579 4 ай бұрын
I see a lot of projects put a test file right next to the source file / package it's testing, i.e. no tests directory. Not sure I have a strong opinion on one or the other.
@rohithgilla9492
@rohithgilla9492 10 ай бұрын
Thanks for making such awesome content, what’s your prefer way to deploy go apps, can we have a video on that if possible
@MelkeyDev
@MelkeyDev 10 ай бұрын
Coming soon!
@henrikchristensen65688
@henrikchristensen65688 11 ай бұрын
Wait... what? Tests in a separate folder? 😳
@GustavoDiaz93
@GustavoDiaz93 10 ай бұрын
Mmm first time I see this recommendation, in Go we tend to have the test files next to the code we’re testing.
@henrikchristensen65688
@henrikchristensen65688 10 ай бұрын
@@GustavoDiaz93 yeah
@gearboxworks
@gearboxworks 4 ай бұрын
@@GustavoDiaz93- Apples and oranges. Units tests in the same directory, integration tests in a ./test directory.
@chandup
@chandup 4 ай бұрын
I see an advantage (there might be better approaches too): - if you want to ignore tests while building final go application container image. This reduces your final code base you are delivering. Just use test files for dev & testing phase. But for easy human consumption when looking at code base, test folder should follow the same structure as main code base, so that it’s easy to relate the relationships between folders and test files to the main code base folders and code files. Maybe someone here can provide more insights.
@dentforpersonal
@dentforpersonal 4 ай бұрын
Great Video! I learned a lot. But why does all the module need to have the github prefix ?
@MelkeyDev
@MelkeyDev 3 ай бұрын
They dont! Just if you want to make them public its a common pattern to do it like that
@AdeaduraAdegbite
@AdeaduraAdegbite 9 ай бұрын
whoa 10k subs already, way to go
@MelkeyDev
@MelkeyDev 9 ай бұрын
🎉
@ahmeism90
@ahmeism90 9 ай бұрын
wow, happy see some nice educative golang content. i would love yo see some real world api project with best practices. Just like you would do for some clinet
@MelkeyDev
@MelkeyDev 9 ай бұрын
Many many thanks
@GV14982
@GV14982 11 ай бұрын
Do you have any suggestions for handling a go monorepo?
@MelkeyDev
@MelkeyDev 11 ай бұрын
It is typically the same structure, just with more sub directories within the /internal
@rootdefault6263
@rootdefault6263 2 ай бұрын
So this might be a very noob question. Am still a beginner in go coming from a Laravel world (YES I CODE IN PHP). where would you place your middle ware, database related files like configuration,queries and your HTML pages (of course with its assets). so far I have been trying to build a simple crud project and its working well but its terrible in terms of structure and maintenance for a serious project is a nightmare. your guide will be very much appropriated you earned my sub by the way Much love from TANZANIA
@mouhannadal-hmedi1501
@mouhannadal-hmedi1501 7 ай бұрын
amazing! thanks
@MelkeyDev
@MelkeyDev 7 ай бұрын
No problem
@JoeNgera
@JoeNgera 25 күн бұрын
Wow man. You just demistified a lot for me. Thank you
@MelkeyDev
@MelkeyDev 24 күн бұрын
AYe - thats awesome!
@NoctuaDeveloppement
@NoctuaDeveloppement 9 ай бұрын
Amazing content ! Maybe it's a useless question but is it better to use Gin or Go the hard way to build a full Rest API ?
@MelkeyDev
@MelkeyDev 9 ай бұрын
i mean, you can definitely use Gin but I think using Go built in lib is nice!
@NoctuaDeveloppement
@NoctuaDeveloppement 9 ай бұрын
@@MelkeyDev Yeah it's definitely what I did, builtin lib and no ORM to learn the basics of the language 😃 Thank's for the answer 😀
@JammUtkarsh
@JammUtkarsh 11 ай бұрын
The layout of opened file is like the one in focus mode. But you have ribbons in that too. I need that one. pls share or just make a video on your dev setup(i know it's pretty classic one but pls its needed.)
@stevezhang3869
@stevezhang3869 6 ай бұрын
just disable vscode activity bar, or enter focus mode and key Ctrl + Shift + E
@bradleyfrueh2761
@bradleyfrueh2761 11 ай бұрын
Is golang useful for data science? I know python has all the libraries but its slow. Could golang fill in the gaps of python?
@MelkeyDev
@MelkeyDev 11 ай бұрын
Great question. I personally dont think so. I think Python will be the data science language for a while. Or Julia
@akileshkumarb7750
@akileshkumarb7750 4 ай бұрын
2:57 felt personally attacked
@fliplucky8813
@fliplucky8813 11 ай бұрын
Ey Melkey, great video I have been starting up golang for a basic backend with htmx. I am working on building a docker setup around it with a databse and eventually an extra node container for scss Could you perhaps show how you would make a docker setup ( perhaps even with live reload) ? Thnx! Keep on making these golang videos, i accpreciate them a lot!
@MelkeyDev
@MelkeyDev 11 ай бұрын
Air is really good I do recommend
@MelkeyDev
@MelkeyDev 11 ай бұрын
Sounds great! I will do that. Docker + Go + Air coming right up
@fliplucky8813
@fliplucky8813 11 ай бұрын
@@MelkeyDev I have visited your twitch several times couple of years ago. Still love the introduction i got to Obsidian from you. But in all honesty, i like your way of presenting. If you can create a golang series, i will be sure to set the notifications. I like golang, but somehow the content either is: "build this demo/tutorial with me", or loose examples. Most articles on the web ( at least which i have found ) are the same. I am missing the coherence/practical concepts. For example this video. Short, practical, great reusability My request for the docker/golang/mysql is imo also something to benefit for whatever project a dev is going to make.
@dan_le_brown
@dan_le_brown 2 ай бұрын
I have watched this video couple of times and "you guys don't write tests 😂" always get me rolling
@popplestones886
@popplestones886 3 ай бұрын
Why the hate on nesting packages?
@emil_l889
@emil_l889 11 ай бұрын
This video was so good I got promoted to cto instantly
@MelkeyDev
@MelkeyDev 11 ай бұрын
Auto billionaire
@nyantaro1
@nyantaro1 11 ай бұрын
Love you melkey
@MelkeyDev
@MelkeyDev 11 ай бұрын
I love you too thank you
@bpa5721
@bpa5721 4 ай бұрын
Writing Go for a living. I am jelly.
@MelkeyDev
@MelkeyDev 4 ай бұрын
You can do it too!
@paulclarke4099
@paulclarke4099 11 ай бұрын
Can you please create a video discussing Workspaces and there uses. Thanks for the great content 💯😃👍
@MelkeyDev
@MelkeyDev 11 ай бұрын
Yeah - for sure But what do you mean? Can you be more specific?
@paulclarke4099
@paulclarke4099 11 ай бұрын
@@MelkeyDev Just why would one use workspaces in the first place, do I actually need them or not, what is there general purpose of them, that sort of thing 👍
@MelkeyDev
@MelkeyDev 11 ай бұрын
@@paulclarke4099 Workspaces (the Go workspaces) are used when you are potentially working in a Monolith, or a project structure that has multiple non-go sub dirs. For example, you can have your React code in the client folder, while your Go code is in another.
@Muhammed-nani964
@Muhammed-nani964 11 ай бұрын
The go guy I started switching to go we need more tutorial and projects 😂
@MelkeyDev
@MelkeyDev 11 ай бұрын
OKAY! What do you want to see?
@Muhammed-nani964
@Muhammed-nani964 11 ай бұрын
@@MelkeyDev my an entire crash course of web api creation with go MySQL (with auth too) Or a simple project 😁
@lobokun
@lobokun 11 ай бұрын
can i delete my test folder if i do not use it?
@konjikiyami7301
@konjikiyami7301 11 ай бұрын
Yes, there is no need to create directories your project does not need as Go doesn't have as strict of project structure compared to other languages. Of course, there are a few exceptions, but the case you described is not one such.
@vormavius
@vormavius 8 ай бұрын
I charge like 50% extra amount when I have to work on a project with this structure.
@medilies
@medilies 10 ай бұрын
The chase is cut at 3:52
@georgejoseph2601
@georgejoseph2601 4 ай бұрын
This is why more people need experience with battle-tested monolithic frameworks like Rails or Django
@MelkeyDev
@MelkeyDev 4 ай бұрын
Why
@IanHamilton-hm9xm
@IanHamilton-hm9xm Ай бұрын
No provided code repo?
@naresh_deeti
@naresh_deeti 2 ай бұрын
In Go, why functions name should be in PascalCase, why lib/dependency called package
@teej_dv
@teej_dv 11 ай бұрын
this doesn't look like ocaml?
@MelkeyDev
@MelkeyDev 11 ай бұрын
This is CSS
@MrKeliv
@MrKeliv 9 ай бұрын
When I create go project. I always follow MVC like PHP framework folders. - routes -> routes.go - models -> post.go - databases -> database.go - controllers -> post_controllers.go, etc - views -> - layouts -> layout.html - pages -> home.html, about,html, etc - middlewares -> auth.go main.go go.mod I dont know its good or bad. But it make easier for me to trace something and so familiar with other projects with different languages.
@dan_le_brown
@dan_le_brown 7 ай бұрын
I'd do the same too
@matthewrossee
@matthewrossee 7 ай бұрын
It sucks because you're grouping by technical concerns. It's better to group by a feature because it's more cohesive and functionality related to "post" isn't scattered all over the project. Your project structure should tell what the application is about.
@myfamily2503
@myfamily2503 7 ай бұрын
@@matthewrosseeI will do with inherit in all codes. Sometimes we need nested feature. So I will include in same folder but tell what about of this file. Ex. models -> post_comment.go controllers -> post_comment_controllers.go pages -> post_comment.html
@krskvBeatsRadio
@krskvBeatsRadio 5 ай бұрын
@matthewrossee you have a point but what if your application has only one feature? Then all files would end up in one folder creating a total mess I think such grouping is much better suited for non-microservice project
@gearboxworks
@gearboxworks 4 ай бұрын
Not good, because directory=package in Golang, and that means you are grouping code that should be in the same package into different packages and that can create all kind of unnecessary complexity like import cycles and then interfaces needed *just* to resolve import cycles. Think this rule of thumb: If you were to extract any given functionality to use in another app, what files would you need? All those files should then be kept in the same directory/package.
@JayJay-ki4mi
@JayJay-ki4mi 7 ай бұрын
Recovering Rust developer here.
@kubre
@kubre 11 ай бұрын
More go content
@zevo92
@zevo92 11 ай бұрын
1. Nice video 2. I may be dumb, but the first link you put in the right top corner, just takes me to " more from Melkey", which I think you did not intended. I'll put my thinking cap on and find that video, but I wanted to say this maybe it's a bug?!
@MelkeyDev
@MelkeyDev 11 ай бұрын
Oh my. I am SO sorry. kzfaq.info/get/bejne/hamfp6yUl6fMj2Q.html&t This is the video. Thank you for catching that!
@zevo92
@zevo92 11 ай бұрын
@@MelkeyDev I’m something of scientist, and I found it myself. View it, liked it. Thank you sir! Cheers!
@bumpy_lumps
@bumpy_lumps 11 ай бұрын
All these kids talking about Pokemon Go need to Pokemon Go write some Go
@Cordic45
@Cordic45 3 ай бұрын
nice job GOPATH vs go module really make me confused
@pylotlight
@pylotlight 9 ай бұрын
The biggest annoyance for me has been maintaining go versions and updates. Theres no inbuilt go update latest. you have to know the latest version number and manually manage that, then manually manage env vars which is also gross, I shouldn't have to be touching that imo.
@cbbcbb6803
@cbbcbb6803 Ай бұрын
And if I do not use github ...?
@CodeWithRivandra
@CodeWithRivandra 2 ай бұрын
Man please zoom in 😂
@mr.togrul--9383
@mr.togrul--9383 11 ай бұрын
HTMX +SVELTE+GO booom make it happen
@AylaCroft
@AylaCroft 8 ай бұрын
😅 I need to learn Go. I think Backend dev is adding Go to their courses.
@MelkeyDev
@MelkeyDev 7 ай бұрын
Go is the BEST
@clouds_304
@clouds_304 11 ай бұрын
Why is the one tag neovim 😂
@manfrombritain6816
@manfrombritain6816 5 ай бұрын
i can't actually explain why but i like Go. the syntax feels a bit ... i dunno it's sort of like moving from speaking to English to German... everything seems to be in a slightly different order. but i like it
@BrunoidGames
@BrunoidGames 3 ай бұрын
Go 1.22 have router wildcards \m/
@MelkeyDev
@MelkeyDev 2 ай бұрын
Oh HELL yes i didnt know this
@BrunoidGames
@BrunoidGames 2 ай бұрын
@@MelkeyDev I mean.. Go, not Docker.. xD
@everythinggoes850
@everythinggoes850 11 ай бұрын
I agree with everything except the pkg directory. For me it creates an unnecessary indirection.
@MelkeyDev
@MelkeyDev 11 ай бұрын
I honestly agree with you. I have only used internal in my projects (the demo shows that) but the convention for a lot of people was to include pkg as well
@emil_l889
@emil_l889 11 ай бұрын
Greatest Go content on KZfaq GLOBALLY
@MelkeyDev
@MelkeyDev 11 ай бұрын
Continuing this GO TRAIN
@LacksonMunthali
@LacksonMunthali 11 ай бұрын
All you have to do is click the big blue button then booom!!! you are hoocked 😅
@drystack86
@drystack86 Ай бұрын
so it's unconventional to have main.go at the actual root of the project?
@karimshakirov
@karimshakirov 9 ай бұрын
Use Arch btw
@tanrosa
@tanrosa 8 ай бұрын
Maybe it is only down to the guys, because I am really keen on testing!! 10:53 #GirlsInTech #WeGotPower
@bobhutchinson3638
@bobhutchinson3638 Ай бұрын
3:50
@MisfitsFreshToDeath
@MisfitsFreshToDeath 8 ай бұрын
Ackshually, on Linux theyr'e called directories not folders
@MelkeyDev
@MelkeyDev 8 ай бұрын
lmfao get out of here
@RandomShowerThoughts
@RandomShowerThoughts 9 ай бұрын
Personally I don’t like having a test directory, the tests should be near the source code with a _test name
@gearboxworks
@gearboxworks 4 ай бұрын
Unit tests should be near the code, integration tests should be in their own directory.
@markjameshender3592
@markjameshender3592 5 ай бұрын
Recommended this channel and then I hear keep tests in a separate folder. Keep e2e and integration there only. Don't make people search that nest for unit tests..
@musdevfrog
@musdevfrog 11 ай бұрын
Thanks Mr. VS C*de user.
@pocketmayo
@pocketmayo 11 ай бұрын
Hi dad
@MelkeyDev
@MelkeyDev 11 ай бұрын
Hey son
@chineduekeneokpala3407
@chineduekeneokpala3407 3 ай бұрын
I want to be good at test
@alcb1310
@alcb1310 9 ай бұрын
Wait what, do you actually test??? Lol Ok in a serious note, you should make a video on go testing
@MelkeyDev
@MelkeyDev 9 ай бұрын
I will! Thank you
@tarn_jihas
@tarn_jihas 11 ай бұрын
first hi
@guhkunpatata3150
@guhkunpatata3150 10 ай бұрын
"I know you do not create test" that's not me. i created the folder test then delete it after 5 seconds.
@navneetsingh5191
@navneetsingh5191 6 ай бұрын
Hey windows is pretty nice ok
@MelkeyDev
@MelkeyDev 6 ай бұрын
psch
@user-fb2cb6xp7c
@user-fb2cb6xp7c 6 ай бұрын
I almost killed myself while trying to arrange my golang project
@Learn_IT_with_Azizul
@Learn_IT_with_Azizul 9 ай бұрын
nice,,, but, plz proceed with more hands on.... then it would be better for the audience. Ty
@GustavoDiaz93
@GustavoDiaz93 10 ай бұрын
There is no a “best” way to structure your projects.
@2gbeh
@2gbeh 4 ай бұрын
THERE ABSOLUTELY IS
@pieterrossouw8596
@pieterrossouw8596 3 ай бұрын
but there are many terrible ways to structure codebases. Gotta keep the WTFs/min low.
@kaioneal6160
@kaioneal6160 2 ай бұрын
We have a new videos series idea . How to not structure your go projects
@kodder
@kodder 11 ай бұрын
half asleep still, been trying to write something witty as comment...I got nothing. I failed myself.
@emil_l889
@emil_l889 11 ай бұрын
Python is a bit better tho ngl, u should do a video on how good Python is, Go and Rust are for beginners, we need professional Python content
@MelkeyDev
@MelkeyDev 11 ай бұрын
NAAAAAA I am the Go guy
@joja2174
@joja2174 4 ай бұрын
Me: Tests = 🤮🤮🤮 5 minutes Later: * complains about bugs *
@MelkeyDev
@MelkeyDev 3 ай бұрын
The hell is a test
@poggybitz513
@poggybitz513 6 ай бұрын
what the f is "test"? this is the firs time I am hearing this word.
@rafael.aloizio1769
@rafael.aloizio1769 4 ай бұрын
you can't give credits to someone that keep mocking windows like that
@MelkeyDev
@MelkeyDev 4 ай бұрын
Why not :(
@rafael.aloizio1769
@rafael.aloizio1769 4 ай бұрын
@@MelkeyDev I was being ironic sir
@cariyaputta
@cariyaputta 11 ай бұрын
This "standard" layout sucks, it's a convoluted mess. Ask yourself this question: Am I developing a library/tool or an application? For application development, there's no "standard" layout, start with the simplest flat project structure and go from there.
@krzysztofb7560
@krzysztofb7560 10 ай бұрын
👆
@adimail2404
@adimail2404 5 ай бұрын
I test
@XxwookiedancerxX
@XxwookiedancerxX 11 ай бұрын
test
@MelkeyDev
@MelkeyDev 11 ай бұрын
500
@adicide9070
@adicide9070 9 ай бұрын
i work in go but the second I see "go is awesome" I'm out :D
@melkeydevvods7698
@melkeydevvods7698 11 ай бұрын
GO IS AWESOME!! I hope you enjoy it. Make sure to like, comment for MORE GO CONTENT!
@thingsiplay
@thingsiplay 11 ай бұрын
You are an imitator and fake of this channel??? Using same icon and name, but are not linked in the official channels list of channels.
This Will Make Everyone Understand Golang Interfaces
21:03
Anthony GG
Рет қаралды 44 М.
How I would learn Leetcode if I could start over
18:03
NeetCodeIO
Рет қаралды 303 М.
Vivaan  Tanya once again pranked Papa 🤣😇🤣
00:10
seema lamba
Рет қаралды 31 МЛН
🌊Насколько Глубокий Океан ? #shorts
00:42
Haha😂 Power💪 #trending #funny #viral #shorts
00:18
Reaction Station TV
Рет қаралды 16 МЛН
The BEST Tool to Structure Golang Projects
7:58
Melkey
Рет қаралды 20 М.
THIS is the BEST Way to Write HTTP Services in Golang
13:53
React Folder Structure Best Practices - For Large Projects
17:27
Getting Started with HTMX and Go [HTMX Tutorial Part 1]
25:29
NoobScience
Рет қаралды 7 М.
How to structure your Go projects
12:01
eldr-io
Рет қаралды 10 М.
Go Concurrency Explained: Go Routines & Channels
7:50
Melkey
Рет қаралды 59 М.
These are the BEST Projects Made With Golang
6:05
Melkey
Рет қаралды 16 М.
How To Structure A Programming Project…
19:00
Tech With Tim
Рет қаралды 88 М.
Best mobile of all time💥🗿 [Troll Face]
0:24
Special SHNTY 2.0
Рет қаралды 3 МЛН
Спутниковый телефон #обзор #товары
0:35
Product show
Рет қаралды 2,1 МЛН