Common go for my projects
Find a file
maxpeterkaya 6ec61979d8
All checks were successful
Release / changelog (push) Successful in 9s
feat: add function to read N bytes of a file
2026-04-16 22:52:44 -04:00
.forgejo/workflows feat: create release workflow 2026-04-15 16:47:02 -04:00
.gitignore chore: remove .idea folder 2026-04-15 16:46:44 -04:00
byte_count.go init byte_count 2026-02-15 23:36:51 -05:00
crypto.go init crypto 2026-02-15 23:37:15 -05:00
file_bytes.go feat: add function to read N bytes of a file 2026-04-16 22:52:44 -04:00
fs.go init fs 2026-02-15 23:37:29 -05:00
generate.go init generate 2026-02-15 23:37:51 -05:00
go.mod fix: module name to x org 2026-04-15 16:46:55 -04:00
go.sum fix: remove unneeded modules and rename 2026-02-15 23:39:29 -05:00
LICENSE Initial commit 2026-02-15 23:26:00 -05:00
README.md Initial commit 2026-02-15 23:26:00 -05:00
Taskfile.yml fix: remove irrelevant lib tasks 2026-02-15 23:38:49 -05:00

go-template