Skip to content

Instantly share code, notes, and snippets.

@avneesh91
Last active November 30, 2023 17:23
Show Gist options
  • Save avneesh91/68770f6024078087b626ecdf19f3856f to your computer and use it in GitHub Desktop.
Save avneesh91/68770f6024078087b626ecdf19f3856f to your computer and use it in GitHub Desktop.
type Pool interface{}
func (p *Pool) Get() any
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment