火星蚊的地球記事

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

cjwind

243 posts
8 categories
57 tags
E-Mail
0%

Golang exec command code snippet

Posted on 2021-04-30 Edited on 2025-03-25 In Code Snippet
1
import "os/exec"
1
2
folderName := "test"
err := exec.Command("mkdir", folderName).Run()
# Go
Golang flag package code snippet
Golang change working directory code snippet
© 2025 cjwind
Powered by Hexo & NexT.Gemini