Skip to content

Instantly share code, notes, and snippets.

@dickyaryag6
Created October 23, 2021 12:18
Show Gist options
  • Select an option

  • Save dickyaryag6/46e759243c1579e5ba01a1cb75f9714e to your computer and use it in GitHub Desktop.

Select an option

Save dickyaryag6/46e759243c1579e5ba01a1cb75f9714e to your computer and use it in GitHub Desktop.
package repository
type DatabaseInterface interface {
Insert(number int) error
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment