/ext

A gin-based extension library

Primary LanguageGo

gin-ext

Gin-based extension tool library

Contributing

You can commit PR to this repository

Overview

  • This is a sample pub/sub library, but useful
  • Irregularly updated

How to get it?

go get -u github.com/gobkc/ext

Quick start

	g := ext.NewServer()
	g.RUN(`:8080`)

License

© Gobkc, 2023~time.Now

Released under the Apache License