📄 2.3.go
/home/palash/git/site-assets/blogs/go-tut/ex/2.3.go
Language: go • Lines: 10
// Unused imports, program will not compile

package main

import (
	"fmt"
)

func main() {
}