Skip to content

mrlm-net/go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

go

Go Reference Go Report Card

A collection of small, focused Go packages solving common problems not covered by the standard library.

Requirements

  • Go 1.25+

Installation

go get github.com/mrlm-net/go

Packages

Package Description
Coming soon

Philosophy

This project follows Go Proverbs:

  • Clear is better than clever
  • Make the zero value useful
  • The bigger the interface, the weaker the abstraction
  • A little copying is better than a little dependency
  • Errors are values

Development

# Format code
go fmt ./...

# Run static analysis
go vet ./...

# Run tests
go test ./...

# Run benchmarks
go test -bench=. ./...

License

See LICENSE for details.

About

Set of simple GoLang modules

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages