mirror of
https://github.com/Jguer/yay.git
synced 2025-10-05 00:08:30 -04:00
Added placeholder pacargo file
This commit is contained in:
parent
fcabffa649
commit
143764cf20
13
pacargo/pacargo.go
Normal file
13
pacargo/pacargo.go
Normal file
@ -0,0 +1,13 @@
|
||||
package pacargo
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"os"
|
||||
)
|
||||
|
||||
// ReturnArgs prints os args
|
||||
func ReturnArgs() {
|
||||
for o := range os.Args {
|
||||
fmt.Println(o)
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user