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
/
slack
Age
Commit message (
Expand
)
Author
2026-01-03
all: use SPDX license header format
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-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
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/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-02-12
api/slack: implement client for webhook
Shulhan
2021-02-03
api/slack: a simple API to post message to Slack
Shulhan