Skip to content

Commit

Permalink
Add hostname to startup sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
benpate committed Sep 29, 2024
1 parent b655413 commit dbf5e27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ func main() {
fmt.Println("|_____|_| |_| |_|_|___/___/\\__,_|_| \\__, |")
fmt.Println(" |___/ ")
fmt.Println("")
fmt.Println(os.Hostname())

go waitForSigInt()

Expand Down

0 comments on commit dbf5e27

Please sign in to comment.