Skip to content

Instantly share code, notes, and snippets.

@made2591
Created February 9, 2020 15:08
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 made2591/ee6bd44d2685a906c27998a78d144703 to your computer and use it in GitHub Desktop.
Save made2591/ee6bd44d2685a906c27998a78d144703 to your computer and use it in GitHub Desktop.
...
func (l *Log) ToString() string {
return fmt.Sprintf("Res: %d, Ops: %s", l.Val, l.Op)
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment