package
0.0.0-20241217132413-459923979807
Repository: https://github.com/packtpublishing/system-programming-essentials-with-go.git
Documentation: pkg.go.dev

# README

Vet Tool

You can use the go vet command to check for errors: go vet error.go.

The output:

# command-line-arguments
./error.go:9:2: fmt.Printf format %s has arg movie_year of wrong type int