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
/
api
Age
Commit message (
Expand
)
Author
10 days
all: apply go fix
Shulhan
2026-01-03
all: use SPDX license header format
Shulhan
2024-04-17
telegram/bot: register GET endpoint to test webhook
Shulhan
2024-04-17
telegram/bot: move Webhook options initialization to separate method
Shulhan
2024-04-17
telegram/bot: fix Webhook URL registration
Shulhan
2024-03-15
lib/http: refactoring Client methods to return struct ClientResponse
Shulhan
2024-03-14
lib/http: refactor Client methods to use struct ClientRequest
Shulhan
2024-03-09
lib/http: refactoring NewServer and NewClient
Shulhan
2024-03-09
lib/http: refactor of RegisterEndpoint and RegisterSSE to non-pointer
Shulhan
2024-03-05
all: comply with linter recommendations #3
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-03-05
all: comply with linter recommendations #1
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2024-02-15
all: set unused parameter to "_"
Shulhan
2023-12-13
all: fix linter warnings reported by revive
Shulhan
2023-09-14
all: fix variable shadowing as reported by shadow tool
Shulhan
2023-09-11
api/telegram/bot: realign struct for better size allocation
Shulhan
2023-09-11
telegram/bot: add missing comment to type MessageForward and UpdateHandler
Shulhan
2023-09-11
api/slack: fix error string that end with "\n"
Shulhan
2023-02-25
all: access embedded field or methods using the type name
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2022-04-06
all: replace any usage of ioutil package with os or io
Shulhan
2022-01-09
lib/http: refactoring NewClient to accept single struct
Shulhan
2021-03-14
all: refactoring http.Client methods signature
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
Shulhan
2021-03-04
http: refactoring parameters on Callback and CallbackErrorHandler
Shulhan
2021-02-12
api/slack: implement client for webhook
Shulhan
2021-02-03
api/slack: a simple API to post message to Slack
Shulhan
2020-06-17
telegram/bot: changes affected by update on http package
Shulhan
2020-06-10
all: update email address
Shulhan
2020-06-06
all: use default linter options
Shulhan
2020-05-29
telegram/bot: fix request parameter on GetMyCommands
Shulhan
2020-05-28
telegram/bot: delete webhook upon setting new webhook
Shulhan
2020-05-16
all: fix and suppress linter warnings
Shulhan
2020-04-23
http: add parameter to set default client's headers
Shulhan
2020-04-12
telegram/bot: trim the bot's name when parsing command
Shulhan
2020-04-11
telegram/bot: fix parsing command and arguments on parseCommandArgs
Shulhan
2020-04-11
api/telegram/bot: Go package for Telegram API Bot
Shulhan