Categorygithub.com/lee157953/go-extend
repository
0.4.0
Repository: https://github.com/lee157953/go-extend.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

go-extend

A simple golang generic extension library

Getting started

Prerequisites

go-extend requires Go version 1.23 or above.

Getting Gin

With Go's module support, go [build|run|test] automatically fetches the necessary dependencies when you add the import in your code:

import "github.com/lhn157953/ext"

Alternatively, use go get:

go get -u github.com/lee157953/go-extend