「🏗️」 wip(Mariadb-entry): entrypoint building at build time
This commit is contained in:
@ -1,9 +1,14 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
|
||||
"fmt"
|
||||
"os"
|
||||
)
|
||||
|
||||
func main() {
|
||||
args := os.Args
|
||||
|
||||
for _, v := range args {
|
||||
fmt.Println(v)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user