This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
nice-repo-share
/
the-way-to-go_ZH_CN
réplica de
https://github.com/Unknwon/the-way-to-go_ZH_CN.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
Update 12.5.md (
#777
)
修复示例打开文件未关闭错误
sbkebcmj
%!s(int64=5) %!d(string=hai) anos
pai
b4dbc14dd5
achega
f8479c8188
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
1
0
eBook/12.5.md
+ 1
- 0
eBook/12.5.md
Ver ficheiro
@@ -40,6 +40,7 @@ func main() {
continue
}
cat(bufio.NewReader(f))
+ f.Close()
}
}
```