markusheinemann / go-core

This repository contains some utility functions that I use across several golang projects in my daily work.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-core

This repository contains some utility functions that I use across several golang projects in my daily work.

Features

  • http
    • Read a JSON string from the body into a struct
    • Write a struct as JSON response
    • Retrieve client ip address (works behind cloudflare and other proxies)
  • strings
    • Generate alphanumeric strings very performant

ToDos

  • Add examples
  • Add tests
  • Write a documentation
  • Add more functionality

About

This repository contains some utility functions that I use across several golang projects in my daily work.


Languages

Language:Go 100.0%