21
0
Fork 0
Go to file
Tim Waldmann 8ac9ae0b1e v0.0.131 2023-06-06 10:52:19 +02:00
.idea v0.0.67 2023-01-29 20:42:02 +01:00
_data v0.0.96 2023-03-29 19:53:10 +02:00
bfcodegen v0.0.130 2023-06-05 13:30:32 +02:00
cmdext fix fd0 read error on long stdout output (scanner buffer was too small) 2023-02-13 01:41:33 +01:00
confext v0.0.127 2023-05-28 22:55:06 +02:00
cryptext v0.0.99 2023-03-31 13:33:06 +02:00
dataext v0.0.99 2023-03-31 13:33:06 +02:00
gojson v0.0.113 2023-05-05 18:05:58 +02:00
langext v0.0.128 2023-06-02 09:44:31 +02:00
mathext v0.0.118 2023-05-09 11:33:01 +02:00
mongoext v0.0.131 2023-06-06 10:52:19 +02:00
rext v0.0.99 2023-03-31 13:33:06 +02:00
rfctime v0.0.116 2023-05-05 18:22:15 +02:00
sq v0.0.127 2023-05-28 22:55:06 +02:00
syncext v0.0.71 2023-01-29 22:28:08 +01:00
termext v0.0.99 2023-03-31 13:33:06 +02:00
timeext v0.0.99 2023-03-31 13:33:06 +02:00
totpext remove ginext/mongoext (no-dep lib) 2022-10-27 16:07:42 +02:00
tst v0.0.99 2023-03-31 13:33:06 +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 v0.0.128 2023-06-02 09:44:31 +02:00
README.md Added termext.CleanString 2022-10-27 17:16:39 +02:00
go.mod v0.0.80 2023-02-09 11:16:23 +01:00
go.sum v0.0.80 2023-02-09 11:16:23 +01: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"