Skip to content

lee157953/go-extend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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