aboutsummaryrefslogtreecommitdiff
path: root/session.go
AgeCommit message (Expand)Author
2023-03-26all: add configuration for golangci-lintShulhan
2023-03-20all: changes the line number arguments for "local" and "play" commandShulhan
2022-08-01all: clean up codesShulhan
2022-07-31all: realign some structs to minimize memory usageShulhan
2022-06-20all: fix the #get! statement when executing on localShulhan
2022-06-20all: reformat all go files using the next gofmtShulhan
2022-04-03all: replace ioutil.ReadFile with os.ReadFileShulhan
2022-03-14all: change the awwan software license to GPL 3.0 or laterShulhan
2021-12-09all: make the local statement executed with "/bin/sh -c ..."Shulhan
2021-08-22all: implement serve commandShulhan
2021-08-22all: refactoring to support custom standard output and errorShulhan
2021-08-22all: rewrite the Session and Script using StatementShulhan
2021-08-09all: rewrite the join statements function on ScriptShulhan
2021-08-09all: refactoring the codeShulhan