Skip to content

Go

Dependencies

If there is no go.mod file create one:

go mod init project

now run the following command to install all dependencies

go mod tidy

The program should now run:

go run main.go