stat main.go: aucun fichier ou répertoire de ce type

// stat main.go: no such file or directory
// use golang as backend
// go to 'go' path and cd to 'src' folder

 $ cd /Users/user_name/go
 $ cd src
 $ go run main.go
Sore Sardine