mirror of
https://github.com/kerberos-io/agent.git
synced 2026-08-23 15:08:32 +00:00
Update main.go
This commit is contained in:
@@ -2,9 +2,11 @@ package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"os"
|
||||
)
|
||||
|
||||
func main(){
|
||||
fmt.Println(os.Getenv("HELLO_WORLD"))
|
||||
fmt.Println("So is the first line of Kerberos Open Source v3")
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user