Skip to content

Instantly share code, notes, and snippets.

@nikolaydubina
Created July 22, 2022 10:09
Show Gist options
  • Save nikolaydubina/9a13e1b2010fdf1d819327d727deb6b5 to your computer and use it in GitHub Desktop.
Save nikolaydubina/9a13e1b2010fdf1d819327d727deb6b5 to your computer and use it in GitHub Desktop.
// https://go.dev/play/p/oyMTzj-WQRq
package main
import "fmt"
func main() {
x := "‌"
if x != "" {
panic("no.way.")
}
fmt.Println("Hello, 世界")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment