I am 1 year go development ,but i cannot how to real init a project.Can everyone talk me , every web site or you self experiment
go mod init project-name
2 Likes
Start here:
1 Like
you can try gin
for web develop
nomally you can init your project
from your project root folder
typing:
go mod init [domain]/[project name]
for example:
go mod init mycompany.com/deepai
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.