Skip to content

Instantly share code, notes, and snippets.

@ihcsim
Last active January 31, 2022 23:10
Show Gist options
  • Save ihcsim/5638d9ef096cdbdfd7e8e9433f1b1b02 to your computer and use it in GitHub Desktop.
Save ihcsim/5638d9ef096cdbdfd7e8e9433f1b1b02 to your computer and use it in GitHub Desktop.
func main() {
svc := "nginx.default"
strict := true
if strict {
fmt.Printf("%s\n", fqdn(svc))
} else {
fmt.Printf("%s\n", svc)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment