go1 BUILD go mod init github.com/Shurik1266/go1 # Add third-party packages and dependencies go mod tidy go install . go clean -modcache RUN go run main.go # or go run .