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
Age
Commit message (
Expand
)
Author
2019-09-05
share v0.8.2
v0.8.2
Shulhan
2019-09-05
all: fix test for Go 1.13
Shulhan
2019-08-29
memfs: replace if-statement with two conditions with nested if-statements
Shulhan
2019-08-29
lib/io: log and ignore error from NewNode
Shulhan
2019-08-29
memfs: log and ignore error from NewNode
Shulhan
2019-08-28
all: replace document generator from asciidoctor to ciigo
Shulhan
2019-08-07
lib/http: make the request body always available even after ParseForm()
Shulhan
2019-08-05
share v0.8.1
v0.8.1
Shulhan
2019-08-05
lib/memfs: set the Node's Size to zero if node is directory
Shulhan
2019-08-05
lib/memfs: ignore generated output filename on GoGenerate
Shulhan
2019-08-05
memfs/template: add comment for generateTemplate
Shulhan
2019-08-05
lib/memfs: add method to encode the content of file
Shulhan
2019-07-16
lib/ini: add function to unmarshal text into struct
Shulhan
2019-07-16
lib/ini: add function to marshal struct into stream of ini text
Shulhan
2019-07-09
share v0.8.0
v0.8.0
Shulhan
2019-07-09
dns: use channel to stop all forwarders
Shulhan
2019-07-09
ini: add an empty line before section statement
Shulhan
2019-06-24
dns: replace goto with boolean condition for restarting UDP forwarder
Shulhan
2019-06-24
dns: recreate the DoH forwarder when query fail
Shulhan
2019-06-18
dns: add fallback nameservers
Shulhan
2019-06-18
ini: create new section or variable if not exist on Set
Shulhan
2019-06-16
dns: add method to restart forwarders
Shulhan
2019-06-14
ascii: new library for working with ASCII characters
Shulhan
2019-06-14
share v0.7.0
v0.7.0
Shulhan
2019-06-14
README: add short documentation and link for "smtpcli"
Shulhan
2019-06-14
memfs: fix test on GeneratePathNode
Shulhan
2019-06-14
smtp: fix test on Lookup ip address
Shulhan
2019-06-14
go.mod: update dependencies
Shulhan
2019-06-14
CHANGELOG: preparing for release v0.7.0
Shulhan
2019-06-14
all: fix nolint format
Shulhan
2019-06-13
ssh/client: add recursive option for Get and Put commands
Shulhan
2019-06-07
ini: add method to get section object by section and/or subsection name
Shulhan
2019-06-03
ssh: add field Environments in client's config
Shulhan
2019-06-02
ini: add method Vars that return all variables as map
Shulhan
2019-06-02
ini: add parameter section and subsection name
Shulhan
2019-06-02
io: add function to check if content of file is binary
Shulhan
2019-05-26
ini: add methods to support templating
Shulhan
2019-05-26
ini: escape the variable value when printing with String
Shulhan
2019-05-26
ini: add method to add, set, and unset variable
Shulhan
2019-05-26
ini: refactoring section methods
Shulhan
2019-05-26
ini: replace multiple ifs conditions with switch statement
Shulhan
2019-05-26
ini: remove unused cases in variable's String
Shulhan
2019-05-25
ini: rename varModeXXX to lineModeXXX
Shulhan
2019-05-25
ini: unexport Variable and Section
Shulhan
2019-05-25
ini: add method to Rebase other INI object
Shulhan
2019-05-25
ini: add method to prune INI variables
Shulhan
2019-05-25
ini: reorder all methods by name
Shulhan
2019-05-25
ini: cleanup, reformat, and repharase comments
Shulhan
2019-05-25
ini: remove unused method AddNewLine
Shulhan
2019-05-25
ini: split doc into its own file
Shulhan
[next]