golang获取当前工作目录

apath, _ := os.Getwd()
fmt.Println("apath:", apath)