1.用错等号
func main() { var s="hello" if true { s:="bye" println(s) } println(s) } ==== bye hello
2. 模板字符串编码不对
3. 文件名次大小写问题
4. 类属性大小写问题,
5. init 死循环