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