You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, great experiment you have here. Pardon my question as I am new to programming in Go, but what kind of a modification could I make to where this would accept a hostname from the command line? Thank you.
The text was updated successfully, but these errors were encountered:
Hello, you can make the modification in the main.go file. You can read the hostname from the stdin, but you will also require the HTTP request (maybe also pass as command line argument). Then you can pass the read arguments to the following methods:
Hello, great experiment you have here. Pardon my question as I am new to programming in Go, but what kind of a modification could I make to where this would accept a hostname from the command line? Thank you.
The text was updated successfully, but these errors were encountered: