~smithbm2316/a-little-copy

a collection of small go modules meant to be copy/pasted, not installed
refactor LoadEnv to skip lines with errors instead of panic
adds README.md
adds MIT license to project

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~smithbm2316/a-little-copy
read/write
git@git.sr.ht:~smithbm2316/a-little-copy

You can also use your local clone with git send-email.

#a little copy

A collection of small go modules meant to be copy/pasted, not installed.

#why is it called "a little copy"?

It's a reference to this well-known talk from Rob Pike on why copying is often better than adding a dependency. Check it out if you haven't seen it!