KO
|
EN
gitlite — search
Search
#python
#javascript
#nodejs
#flutter
#html
#hacktoberfest
#typescript
#java
#telegram-bot
#css
#nextjs
#api
go-extend
★ 47
Open GitHub ↗
go-extend
Download README (.md)
Explore Similar Repositories
imphnen-certificate
:
No description available.
carbon-ai-chat
:
Carbon AI chat is a front-end chat framework from the IBM Carbon team.
AI-Snip
:
Bring clippy back to windows
mesh-transition-material
:
A custom threejs material that creates a transition effect on color change
hotwire-native-demo
:
Demo web server for the Hotwire Native frameworks
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
go-extend
?
Download (.md)
# go-extend A simple golang generic extension library ## Getting started ### Prerequisites go-extend requires [Go](https://go.dev/) version [1.23](https://go.dev/doc/devel/release#go1.23.0) or above. ### Getting go-extend With [Go's module support](https://go.dev/wiki/Modules#how-to-use-modules), `go [build|run|test]` automatically fetches the necessary dependencies when you add the import in your code: ```sh import "github.com/lee-ext/go-extend/ext" ``` Alternatively, use `go get`: ```sh go get -u github.com/lee-ext/go-extend ```