Skip to content

Instantly share code, notes, and snippets.

@made2591
Created February 9, 2020 15:06
Show Gist options
  • Select an option

  • Save made2591/66966eaa5f34e4ebe6eca8ff9df360d2 to your computer and use it in GitHub Desktop.

Select an option

Save made2591/66966eaa5f34e4ebe6eca8ff9df360d2 to your computer and use it in GitHub Desktop.
...
func unit(x int) *Log {
return &Log{Val: x, Op: ""}
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment