1
0

🏗️」 wip(Mariadb-entry): entrypoint building at build time

This commit is contained in:
2025-01-05 11:59:12 +01:00
parent 00240ebb37
commit 5a855b17d7
3 changed files with 46 additions and 11 deletions

View File

@ -1,9 +1,14 @@
package main
import (
"fmt"
"os"
)
func main() {
args := os.Args
for _, v := range args {
fmt.Println(v)
}
}