Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 451 Bytes

GOWORK.md

File metadata and controls

10 lines (7 loc) · 451 Bytes

Go Workspace

To initialize a new Go workspace, run the following command:

go work init ./jitsubase ./kafkabase ./eventslog ./bulkerlib ./bulkerapp # and other modules that can be added in future

Google is against of committing go.work file to the repository, so it's added to .gitignore file. Read here