package
0.0.0-20230225110349-988b5a29a29c
Repository: https://github.com/tannergabriel/learning-go.git
Documentation: pkg.go.dev

# Functions

Define an empty interface - Often used for functions that accepts any type.

# Structs

No description provided by the author

# Interfaces

Defining a interface.
No description provided by the author

# Type aliases

Create type for interface.