GO Tutorial: Create a Go Module | Call a Module From Other Module in Go | Go Programming | Golang

preview_player
Показать описание
In this course you will learn how to create go module and how to call a module's code from another module.
Рекомендации по теме
Комментарии
Автор

Hi OSTechHelp, I know this is an older video, but it was EXACTLY what I was looking for. Using modules that are not connected to github and such and contained within the project. Thank you for putting this out there!

JohnBrosan
Автор

Well done. Taken the example from the go tutorial website, altered a bit (like not using the hash map, random generator etc, shown there) and produced a nice video to visualize the tutorial. Thanks. A little bit of explanation of the steps why you do run tidy, or why you need to modify the path of example/greetings etc would make the thing more clear for new learner. However, it’s a nice presentation. Thanks a lot

akmzahidulislam
Автор

Hello, thank you for your amazing explanation and demo.

lumiere
Автор

I keep getting "invaid new path:malformed import path" when i run go mod edit command, please help!

Credi