Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
CSDN 技术社区
skill_tree_go
提交
2ed3179a
S
skill_tree_go
项目概览
CSDN 技术社区
/
skill_tree_go
通知
5
Star
1
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
2
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
S
skill_tree_go
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
2ed3179a
编写于
8月 11, 2022
作者:
麻凡_
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
新增第一章题目
上级
94b01300
变更
10
显示空白变更内容
内联
并排
Showing
10 changed file
with
166 addition
and
9 deletion
+166
-9
data/1.Go语言初阶/1.快速上手/1.Go安装与配置/helloworld.json
data/1.Go语言初阶/1.快速上手/1.Go安装与配置/helloworld.json
+3
-3
data/1.Go语言初阶/1.快速上手/1.Go安装与配置/helloworld.md
data/1.Go语言初阶/1.快速上手/1.Go安装与配置/helloworld.md
+6
-6
data/1.Go语言初阶/1.快速上手/1.Go安装与配置/version.json
data/1.Go语言初阶/1.快速上手/1.Go安装与配置/version.json
+7
-0
data/1.Go语言初阶/1.快速上手/1.Go安装与配置/version.md
data/1.Go语言初阶/1.快速上手/1.Go安装与配置/version.md
+29
-0
data/1.Go语言初阶/1.快速上手/2.go开发工具/idea.json
data/1.Go语言初阶/1.快速上手/2.go开发工具/idea.json
+7
-0
data/1.Go语言初阶/1.快速上手/2.go开发工具/idea.md
data/1.Go语言初阶/1.快速上手/2.go开发工具/idea.md
+20
-0
data/1.Go语言初阶/1.快速上手/3.第一行go代码/compiler.json
data/1.Go语言初阶/1.快速上手/3.第一行go代码/compiler.json
+7
-0
data/1.Go语言初阶/1.快速上手/3.第一行go代码/compiler.md
data/1.Go语言初阶/1.快速上手/3.第一行go代码/compiler.md
+35
-0
data/1.Go语言初阶/1.快速上手/3.第一行go代码/helloword.json
data/1.Go语言初阶/1.快速上手/3.第一行go代码/helloword.json
+7
-0
data/1.Go语言初阶/1.快速上手/3.第一行go代码/helloword.md
data/1.Go语言初阶/1.快速上手/3.第一行go代码/helloword.md
+45
-0
未找到文件。
data/1.Go语言初阶/1.快速上手/1.Go安装与配置/helloworld.json
浏览文件 @
2ed3179a
{
"type"
:
"code_options"
,
"author"
:
"feilong
"
,
"author"
:
"dengmengmian
"
,
"source"
:
"helloworld.md"
,
"notebook_enable"
:
false
,
"exercise_id"
:
"4bc685eb97b042a196a815d97c40ff83"
"notebook_enable"
:
false
}
\ No newline at end of file
data/1.Go语言初阶/1.快速上手/1.Go安装与配置/helloworld.md
浏览文件 @
2ed3179a
#
{在此填写标题}
#
编程语言的类型
{在此填写题目描述}
Go 是什么类型的编程语言?
## 答案
{在此填写答案}
静态强类型、编译型语言
## 选项
### A
{在此填写选项A}
强类型动态编程语言
### B
{在此填写选项B}
动态类型编程语言
### C
{在此填写选项C}
弱类型编程语言
data/1.Go语言初阶/1.快速上手/1.Go安装与配置/version.json
0 → 100644
浏览文件 @
2ed3179a
{
"type"
:
"code_options"
,
"author"
:
"dengmengmian"
,
"source"
:
"version.md"
,
"notebook_enable"
:
false
}
\ No newline at end of file
data/1.Go语言初阶/1.快速上手/1.Go安装与配置/version.md
0 → 100644
浏览文件 @
2ed3179a
# Go 版本的查看命令
查看 Go 版本的命令是什么?
## 答案
```
go
go
version
```
## 选项
### A
```
go
go
Version
```
### B
```
go
go
-
Version
```
### C
```
go
go
-
v
```
data/1.Go语言初阶/1.快速上手/2.go开发工具/idea.json
0 → 100644
浏览文件 @
2ed3179a
{
"type"
:
"code_options"
,
"author"
:
"dengmengmian"
,
"source"
:
"idea.md"
,
"notebook_enable"
:
false
}
\ No newline at end of file
data/1.Go语言初阶/1.快速上手/2.go开发工具/idea.md
0 → 100644
浏览文件 @
2ed3179a
# Go 编辑器的选择
以下那个编辑器是收费的?
## 答案
goland
## 选项
### A
vscode
### B
vim
### C
emacs
data/1.Go语言初阶/1.快速上手/3.第一行go代码/compiler.json
0 → 100644
浏览文件 @
2ed3179a
{
"type"
:
"code_options"
,
"author"
:
"dengmengmian"
,
"source"
:
"compiler.md"
,
"notebook_enable"
:
false
}
\ No newline at end of file
data/1.Go语言初阶/1.快速上手/3.第一行go代码/compiler.md
0 → 100644
浏览文件 @
2ed3179a
# 交叉编译
生成
`Linux`
下可运行程序,正确的交叉编译命令是:
## 答案
```
bash
CGO_ENABLED
=
0
GOOS
=
linux
GOARCH
=
amd64 go build main.go
```
## 选项
### A
```
bash
CGO_ENABLED
=
0
GOOS
=
mac
GOARCH
=
amd64 go build main.go
```
### B
```
bash
CGO_ENABLED
=
0
GOOS
=
windows
GOARCH
=
amd64 go build main.go
```
### C
```
bash
CGO_ENABLED
=
0
GOOS
=
chrome
GOARCH
=
amd64 go build main.go
```
data/1.Go语言初阶/1.快速上手/3.第一行go代码/helloword.json
0 → 100644
浏览文件 @
2ed3179a
{
"type"
:
"code_options"
,
"author"
:
"dengmengmian"
,
"source"
:
"helloworld.md"
,
"notebook_enable"
:
false
}
\ No newline at end of file
data/1.Go语言初阶/1.快速上手/3.第一行go代码/helloword.md
0 → 100644
浏览文件 @
2ed3179a
# Hello World
以下
`Hello World`
程序中,能够正确输出内容的是:
## 答案
goland
## 选项
```
go
package
main
func
main
()
{
println
(
"Hello world"
)
}
```
### A
```
go
package
main
func
main
()
{
echo
(
"Hello world"
)
}
```
### B
```
go
package
main
func
main
()
{
println
(
"Hello world"
);
}
```
### C
```
go
package
main
func
main
()
{
println
"Hello world"
}
```
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录