feat: add Go file compilation and enhance network interface display functionality
This commit is contained in:
7
config/ansible/tasks/global/utils/helloworld.go
Normal file
7
config/ansible/tasks/global/utils/helloworld.go
Normal file
@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello, World!")
|
||||
}
|
Reference in New Issue
Block a user