21
0
Fork 0
Go to file
Mike Schwörer 93be4f9fdd
added more supported GOOS
2022-10-29 15:44:51 +02:00
.idea copy langext & timeext from bm 2022-10-27 16:00:57 +02:00
cryptext remove ginext/mongoext (no-dep lib) 2022-10-27 16:07:42 +02:00
dataext copy langext & termext from ffsclient 2022-10-27 16:48:26 +02:00
langext Add GeoDistance 2022-10-27 18:57:24 +02:00
mathext Add mathext.Min / mathext.Max 2022-10-27 17:03:30 +02:00
termext added more supported GOOS 2022-10-29 15:44:51 +02:00
timeext fix timeext under 32bit compilation 2022-10-29 15:11:08 +02:00
totpext remove ginext/mongoext (no-dep lib) 2022-10-27 16:07:42 +02:00
zipext remove ginext/mongoext (no-dep lib) 2022-10-27 16:07:42 +02:00
.gitignore copy langext & timeext from bm 2022-10-27 16:00:57 +02:00
LICENSE copy langext & timeext from bm 2022-10-27 16:00:57 +02:00
Makefile Tests && gomod 2022-10-29 15:34:40 +02:00
README.md Added termext.CleanString 2022-10-27 17:16:39 +02:00
go.mod Tests && gomod 2022-10-29 15:34:40 +02:00
go.sum Tests && gomod 2022-10-29 15:34:40 +02:00

README.md

BFB goext library

A collection of general & useful library methods

This should not have any heavy dependencies (gin, mongo, etc) and add missing basic language features...

Potentially needs export GOPRIVATE="gogs.mikescher.com"