mirror of
https://github.com/chai2010/advanced-go-programming-book.git
synced 2025-05-24 12:32:21 +00:00
ch3-01-fix typo
This commit is contained in:
parent
e0874ea27e
commit
95ed6fda97
@ -223,7 +223,7 @@ DATA ·Name+16(SB)/8,$"gopher"
|
||||
|
||||
## 定义main函数
|
||||
|
||||
前面的例子已经展示的如何通过汇编定义整型和字符串类型变量。我们现在将尝试用汇编实现函数,然后输出一个字符串。
|
||||
前面的例子已经展示了如何通过汇编定义整型和字符串类型变量。我们现在将尝试用汇编实现函数,然后输出一个字符串。
|
||||
|
||||
先创建main.go文件,创建并初始化字符串变量,同时声明main函数:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user