1
0
mirror of https://github.com/golang/go synced 2024-10-03 15:21:22 -06:00
go/doc/progs/unused1.go
2013-01-22 14:00:10 -05:00

13 lines
92 B
Go

// skip
package main
import (
"fmt"
"io"
)
func main() {
greeting := "hello, world"
}