Go module

go run -mod=vendor  main.go -c=config.yml
The above cmd will run app with the vendor libs that downloaded

go mod vendor
The cmd will create vendor lib folder in vendor folder

go mod init 
This will generate file go.mod

Comments

Popular posts from this blog

Fixing the DeepSpeed Import Error While Fine-Tuning the Qwen Model

Amazon Linux 2023 - User data configuration for launch templates to connect to the EKS cluster

How to create ISM policy and rotate logs in opensearch