Skip to content

Ronmi/rtoolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Here are few tools helping my daily life

  • async: Provides few looping tools like run a function every few seconds.
  • jsonapi: Create json-based HTTP API.
  • middleware: Middleware compatible with net/http, heavily used in jsonapi.
  • ratelimit: Token-Bucket based rate limitation.
  • reflkit: Convert string values to anything (customizable).
  • sam: Semi-Auto database initializer.
  • sdm: Mapping Go struct to Database. Now moved to sdm
  • session: Cookie-based session implementation compitable with net/http and jsonapi.
  • tgwriter: Log to Telegram Messenger.