#!/friends/bin/goscript package main import "fmt" import _ "encoding/csv" func main() { fmt.Println("Hello") }