mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 01:55:35 +08:00
update book code
This commit is contained in:
@@ -1,25 +1,25 @@
|
||||
package main
|
||||
<<<<<<< HEAD
|
||||
|
||||
=======
|
||||
>>>>>>> 0364d180eb1d1b8067d1248ace49ca46c816e541
|
||||
import (
|
||||
"fmt"
|
||||
"os"
|
||||
)
|
||||
<<<<<<< HEAD
|
||||
|
||||
func main() {
|
||||
var goos string = os.Getenv("GOOS")
|
||||
fmt.Printf("The operating system is: %s\n", goos)
|
||||
path := os.Getenv("PATH")
|
||||
fmt.Printf("Path is %s\n", path)
|
||||
}
|
||||
=======
|
||||
func main() {
|
||||
var goos string = os.Getenv("GOOS")
|
||||
fmt.Printf("The operating system is: %s\n", goos)
|
||||
path := os.Getenv("PATH")
|
||||
fmt.Printf("Path is %s\n", path)
|
||||
}
|
||||
>>>>>>> 0364d180eb1d1b8067d1248ace49ca46c816e541
|
||||
package main
|
||||
<<<<<<< HEAD
|
||||
|
||||
=======
|
||||
>>>>>>> 0364d180eb1d1b8067d1248ace49ca46c816e541
|
||||
import (
|
||||
"fmt"
|
||||
"os"
|
||||
)
|
||||
<<<<<<< HEAD
|
||||
|
||||
func main() {
|
||||
var goos string = os.Getenv("GOOS")
|
||||
fmt.Printf("The operating system is: %s\n", goos)
|
||||
path := os.Getenv("PATH")
|
||||
fmt.Printf("Path is %s\n", path)
|
||||
}
|
||||
=======
|
||||
func main() {
|
||||
var goos string = os.Getenv("GOOS")
|
||||
fmt.Printf("The operating system is: %s\n", goos)
|
||||
path := os.Getenv("PATH")
|
||||
fmt.Printf("Path is %s\n", path)
|
||||
}
|
||||
>>>>>>> 0364d180eb1d1b8067d1248ace49ca46c816e541
|
||||
|
Reference in New Issue
Block a user