Skip to content

Instantly share code, notes, and snippets.

@azhuox

azhuox/block4.go Secret

Created December 1, 2020 04:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azhuox/f158575db9b1813f9369533815028c0f to your computer and use it in GitHub Desktop.
Save azhuox/f158575db9b1813f9369533815028c0f to your computer and use it in GitHub Desktop.
var _ = ([]string)(nil) == nil // true
var sb = (map[string]bool)(nil) == nil // true
var _ = (func())(nil) == nil // true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment