tobegit3hub / understand_linux_process

The open-source ebook of Understand Linux Process
MIT License
1k stars 170 forks source link

Found a syntax error in one of your examples #21

Closed greennyreborn closed 9 years ago

greennyreborn commented 9 years ago

在 进程名字 一节中 示例代码: package main

import ( "fmt" "os" )

func main() { processName := os.Args[0]

fmt.Println(processName)

} }

最后多了一个括号

tobegit3hub commented 9 years ago

Nice catch and thanks @greennyreborn :+1: