Skip to content

Commit

Permalink
feat: support for vanilla reading
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Apr 20, 2024
1 parent 93b2bc6 commit ddee768
Show file tree
Hide file tree
Showing 19 changed files with 433 additions and 35 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"-v"
],
"go.testEnvVars": {
"FLDARKSTAT_FREELANCER_FOLDER": "/home/naa/windows10shared/Discovery/DiscoveryFreelancer",
"FLDARKSTAT_FREELANCER_FOLDER": "/home/naa/windows10shared/Freelancer",
"DARKSTAT_LOG_LEVEL": "DEBUG",
"UTILS_LOG_LEVEL": "DEBUG",
},
"editor.formatOnSave": true,
"terminal.integrated.env.linux": {
"FLDARKSTAT_FREELANCER_FOLDER": "/home/naa/windows10shared/Discovery/DiscoveryFreelancer",
"FLDARKSTAT_FREELANCER_FOLDER": "/home/naa/windows10shared/Freelancer",
"DARKSTAT_LOG_LEVEL": "DEBUG",
"UTILS_LOG_LEVEL": "DEBUG",
"FLDARKSTAT_HEADING": "Dev server for fl-darkstat | <a href=\"https://github.com/darklab8/fl-darkstat\">Github</a>",
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21.1

require (
github.com/a-h/templ v0.2.543
github.com/darklab8/fl-configs v0.37.0
github.com/darklab8/fl-configs v0.38.0
github.com/darklab8/go-typelog v0.6.0
github.com/darklab8/go-utils v0.13.1
github.com/yosssi/gohtml v0.0.0-20201013000340-ee4748c638f4
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ github.com/darklab8/fl-configs v0.36.1 h1:3tkVsePYWzp9P/+eJmn/M7uB3LyDR3z+NAnkJp
github.com/darklab8/fl-configs v0.36.1/go.mod h1:8zaCaFL21TvawP65KB9NOJ+nEpaMDQYsnoOi77RiSVY=
github.com/darklab8/fl-configs v0.37.0 h1:FfVKXbejKB9D609dOs+tJPPnM6EqBp6nfNwr/82gYzs=
github.com/darklab8/fl-configs v0.37.0/go.mod h1:8zaCaFL21TvawP65KB9NOJ+nEpaMDQYsnoOi77RiSVY=
github.com/darklab8/fl-configs v0.38.0 h1:NW1Yh6sDYXNF5EbiRSai/Xim+DNkHPfgiyL0yicMxgI=
github.com/darklab8/fl-configs v0.38.0/go.mod h1:8zaCaFL21TvawP65KB9NOJ+nEpaMDQYsnoOi77RiSVY=
github.com/darklab8/go-typelog v0.6.0 h1:Ci8imc7ScXiy5e1qMgf46NyJjrqNLPoIE1gbVe7bxl4=
github.com/darklab8/go-typelog v0.6.0/go.mod h1:AwwOf3dkp/tpevHFNbkB+PbwlDrUUgO1CVFkEnj+q5w=
github.com/darklab8/go-utils v0.13.1 h1:QvtAi6moVjoPIqZqVb4RZxdE4IbFIqi/0O3v7MACfg0=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ddee768

Please sign in to comment.