Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. temp, err := strconv.ParseInt(host, 10, 64)
  2. if err == nil {
  3. hp.IpAddress = host
  4. } else {
  5. hp.HostName = dbhost
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement