mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Updated ChromeOS (markdown)
parent
a3c9a9187b
commit
9a184e91dd
@ -34,7 +34,7 @@ package main
|
|||||||
import "fmt"
|
import "fmt"
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
fmt.Printf("Hello, Chrome OS!\n")
|
fmt.Println("Hello, Chrome OS!")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
Now, run `go install hello`. Then, run `${GOPATH}/bin/hello` (or just `hello` if you setup your GOPATH above) and you should see `Hello, Chrome OS!`.
|
Now, run `go install hello`. Then, run `${GOPATH}/bin/hello` (or just `hello` if you setup your GOPATH above) and you should see `Hello, Chrome OS!`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user