Sign in
go
/
tour
/
ef6b8ec2d71077a475d858425d489e4e8f3c8db6
/
.
/
content
/
basics
/
packages.go
blob: 8b5ddac4446f8b9b4d21511eba1c1b63322d2c4f [
file
] [
log
] [
blame
]
// +build OMIT
package main
import (
"fmt"
"math/rand"
)
func main() {
fmt.Println("My favorite number is", rand.Intn(10))
}