火星蚊的地球記事

火星蚊的地球記事
  • Home
  • About
  • Tags
  • Categories
  • Archives
  • Sitemap
  • Table of Contents
  • Overview

cjwind

243 posts
8 categories
57 tags
E-Mail
0%

Golang change working directory code snippet

Posted on 2021-04-30 Edited on 2025-03-25 In Code Snippet
1
import "os"
1
2
3
4
oriDir, err := os.Getwd()   // get current directory

folderName = "test"
os.Chdir(folderName) // cd test
# Go
Golang exec command code snippet
分類測試
© 2025 cjwind
Powered by Hexo & NexT.Gemini