GoLib

module
v0.0.0-...-55cb7e4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 15, 2026 License: MIT

README

GoLib

Go Library code, generally reusable bits

TEST

go test -count=1 cache_test.go cache.go cacheitem.go ^^ the -count=1 bypasses the test execution cache to force the tests to run each time.

View the test coverage report like so: go tool cover -html=.test_coverage.txt

TODO

  • Documentation/README, SDK site
  • Examples
  • Standardized error handling; use fmt.Errorf("%d", num) instead of errors.New(fmt.Sprintf("%d", num))

REFACTORING:

Directories

Path Synopsis
Auth
DigiStratum GoLib - Cache
DigiStratum GoLib - Cache
Cloud
aws
DigiStratum GoLib - Config
DigiStratum GoLib - Config
Crypto
DB
MySQL/example command
bytemap
DigiStratum GoLib - ByteMap
DigiStratum GoLib - ByteMap
hashmap
DigiStratum GoLib - HashMap
DigiStratum GoLib - HashMap
json
DigiStratum GoLib - JSON
DigiStratum GoLib - JSON
transcoder
DigiStratum GoLib - Transcoder for plain text content
DigiStratum GoLib - Transcoder for plain text content
DigiStratum GoLib - Dependency Injection
DigiStratum GoLib - Dependency Injection
example command
DigiStratum GoLib - Logger
DigiStratum GoLib - Logger
Net
example command
TestRunner
filepath: /Users/skelly/Documents/GoProjects/GoLib/TestRunner/packagerunner.go
filepath: /Users/skelly/Documents/GoProjects/GoLib/TestRunner/packagerunner.go

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL