Skip to content

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

Notifications You must be signed in to change notification settings

markusheinemann/go-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages