index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
play
Age
Commit message (
Expand
)
Author
2026-02-02
lib/play: set the minimum Go tool version to 1.25.0
Shulhan
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2025-01-23
all: replace "lib/bytes.AppendXxx" with standard library
Shulhan
2025-01-22
lib/play: use [T.Error] instead of [T.Fatal] on non-test goroutine
Shulhan
2025-01-16
lib/play: handle writing files outside the [GoOptions.Root]
Shulhan
2025-01-16
lib/play: refactor functions as methods of type Go
Shulhan
2024-12-28
lib/play: simplify running Go code
Shulhan
2024-12-28
lib/play: move all HTTP related methods to its own file
Shulhan
2024-12-28
lib/play: initialize user's home and cache dir in init
Shulhan
2024-12-28
lib/play: implement function to test Go code
Shulhan
2024-12-06
lib/play: add custom request to run unsafe directory directly
Shulhan
2024-11-16
lib/play: add option to Run with specific Go version and without race
Shulhan
2024-10-30
lib/play: expose the Timeout variable
Shulhan
2024-10-04
lib/play: new package for formatting and running Go code
Shulhan