Skip to content

Commit

Permalink
feat: add library
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelncui committed Sep 7, 2022
1 parent cbcc6cc commit af8c37b
Show file tree
Hide file tree
Showing 11 changed files with 346 additions and 73 deletions.
11 changes: 11 additions & 0 deletions cmd/argvtest/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package main

import (
"os"

"github.com/davecgh/go-spew/spew"
)

func main() {
spew.Dump(os.Args)
}
Loading

0 comments on commit af8c37b

Please sign in to comment.