From 7c03e48489d9b8c3bbcdcde416fdc87be90e0a4c Mon Sep 17 00:00:00 2001 From: "chen.yang" Date: Mon, 25 Oct 2021 11:29:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=96=87=E4=BB=B6=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chen.yang --- .../Go/Basic/{Golang_文件操作.md => File/Golang_文件读写.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Software/Development/Language/Go/Basic/{Golang_文件操作.md => File/Golang_文件读写.md} (99%) diff --git a/Software/Development/Language/Go/Basic/Golang_文件操作.md b/Software/Development/Language/Go/Basic/File/Golang_文件读写.md similarity index 99% rename from Software/Development/Language/Go/Basic/Golang_文件操作.md rename to Software/Development/Language/Go/Basic/File/Golang_文件读写.md index 134bd47..770c3e5 100644 --- a/Software/Development/Language/Go/Basic/Golang_文件操作.md +++ b/Software/Development/Language/Go/Basic/File/Golang_文件读写.md @@ -1,4 +1,4 @@ -# Golang 文件操作 +# Golang 文件读写 os.File 封装了所有文件相关的操作,File 是一个结构体,有很多方法。