Skip to content

miguelrech/toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File -> Save workspace as ... Create folder for workspace like toolkit-projet File -> Add Folder to workspace Create folder inside workspace folder

Example like this: ~/toolkit-project/toolkit
~/toolkit-project/app

Execute at toolkit: go mod init github.com/miguelrech/toolkit Execute at app go mod init application Execute at ~/toollit-project go work init toolkit app

Will be created file go.work:

cat go.work 
go 1.22.3

use (
        ./app
        ./toolkit
)

Execute at toolkit: git init

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages