未验证 提交 5b6c0f01 编写于 作者: A astaxie 提交者: GitHub

Merge pull request #1038 from FeruzOripov/patch-3

Changed name Sam to Tom line 144
......@@ -141,7 +141,7 @@ func main() {
mike := Student{Human{"Mike", 25, "222-222-XXX"}, "MIT", 0.00}
paul := Student{Human{"Paul", 26, "111-222-XXX"}, "Harvard", 100}
sam := Employee{Human{"Sam", 36, "444-222-XXX"}, "Golang Inc.", 1000}
tom := Employee{Human{"Sam", 36, "444-222-XXX"}, "Things Ltd.", 5000}
tom := Employee{Human{"Tom", 36, "444-222-XXX"}, "Things Ltd.", 5000}
// define interface i
var i Men
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册