aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-01-23all: replace [lib/bytes.WriteXxx] with standard libraryShulhan
2025-01-23all: replace "lib/bytes.ReadXxx" with standard libraryShulhan
2025-01-23all: replace "lib/bytes.AppendXxx" with standard libraryShulhan
2025-01-22lib/bytes: replace Copy and Concat with standard libraryShulhan
2025-01-22lib/play: use [T.Error] instead of [T.Fatal] on non-test goroutineShulhan
2025-01-22lib/http: always refresh a directory on GET requestShulhan
2025-01-22lib/test: call Helper method inside AssertShulhan
2025-01-17lib/dns: improve the logging prefix on serveTCPClientShulhan
2025-01-17lib/dns: detect invalid header earlierShulhan
2025-01-16lib/play: handle writing files outside the [GoOptions.Root]Shulhan
2025-01-16lib/play: refactor functions as methods of type GoShulhan
2025-01-15lib/dns: fix unpacking resource data on HTTPS recordShulhan
2025-01-06lib/memfs: remove GoEmbed test that generate dynamic timesShulhan
2025-01-06lib/binary: implement buffer for reading/writing in BigEndianShulhan
2024-12-29lib/numbers: fix package documentation that should be lib/slicesShulhan
2024-12-29all: merge package "lib/floats64" into "slices"Shulhan
2024-12-29all: merge package "lib/ints" and "lib/ints64" into "slices"Shulhan
2024-12-29lib/numbers: remove unused README and LICENSEShulhan
2024-12-28lib/bytes: split the hexdump related functions to separate packageShulhan
2024-12-28lib/binary: implement append-only binary fileShulhan
2024-12-28lib/watchfs: cleaning up, merge shared identifiers to package fileShulhan
2024-12-28lib/watchfs: detach the options from memfsShulhan
2024-12-28lib/memfs: move the old Watcher and DirWatcher to watchfsShulhan
2024-12-28lib/memfs: refactoring Watch to use "watchfs/v2"Shulhan
2024-12-28watchfs/v2: implement new directory watcherShulhan
2024-12-28watchfs/v2: implement new file watcherShulhan
2024-12-28lib/test: update comment to show link on reflect.EqualerShulhan
2024-12-28lib/reflect: refactor the Equaler method EqualShulhan
2024-12-28lib/http: simplify setting Client TransportShulhan
2024-12-28lib/http: add method to return default HTTP Transport in ClientShulhan
2024-12-28lib/ssh: implement Run with contextShulhan
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-12-03lib/memfs: move compiled regex to their optionsShulhan
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
2024-09-30lib/http: add Server method to register handler by functionShulhan
2024-09-30lib/http: remove writing StatusNoContent on ResponseTypeNodeShulhan
2024-09-30lib/bytes: add function AppendInt64 and AppendUint64Shulhan
2024-09-30all: simplify some statementsShulhan
2024-09-04all: fix various linter warningsShulhan
2024-08-09lib/sql: replace [http.FileSystem] with [memfs.MemFS]Shulhan
2024-08-09lib/memfs: document the comparison with "go:embed" directiveShulhan
2024-08-04lib/ini: mention that marshaling []byte does not supportedShulhan
2024-08-04lib/email: export the field Fields in HeaderShulhan
2024-08-03lib/email: decode the message body based on content-transfer-encodingShulhan