package
0.0.0-20231004075738-44619c2e561a
Repository: https://github.com/bhavika2101/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.