aboutsummaryrefslogtreecommitdiff
path: root/lib/play
AgeCommit message (Expand)Author
2026-02-02lib/play: set the minimum Go tool version to 1.25.0Shulhan
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2025-01-23all: replace "lib/bytes.AppendXxx" with standard libraryShulhan
2025-01-22lib/play: use [T.Error] instead of [T.Fatal] on non-test goroutineShulhan
2025-01-16lib/play: handle writing files outside the [GoOptions.Root]Shulhan
2025-01-16lib/play: refactor functions as methods of type GoShulhan
2024-12-28lib/play: simplify running Go codeShulhan
2024-12-28lib/play: move all HTTP related methods to its own fileShulhan
2024-12-28lib/play: initialize user's home and cache dir in initShulhan
2024-12-28lib/play: implement function to test Go codeShulhan
2024-12-06lib/play: add custom request to run unsafe directory directlyShulhan
2024-11-16lib/play: add option to Run with specific Go version and without raceShulhan
2024-10-30lib/play: expose the Timeout variableShulhan
2024-10-04lib/play: new package for formatting and running Go codeShulhan