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