diff --git a/.gitignore b/.gitignore index eaa9e2d..4d29be8 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,7 @@ config.toml # Dependency directories (remove the comment below to include it) # vendor/ + +# work files +go.work +go.work.sum \ No newline at end of file diff --git a/examples/hotkeys/go.mod b/examples/hotkeys/go.mod index aa622d4..8467a21 100644 --- a/examples/hotkeys/go.mod +++ b/examples/hotkeys/go.mod @@ -1,4 +1,4 @@ -module main +module hotkeys go 1.19 diff --git a/examples/obs/go.mod b/examples/obs/go.mod index a086ba5..61cc95b 100644 --- a/examples/obs/go.mod +++ b/examples/obs/go.mod @@ -1,4 +1,4 @@ -module main +module obs go 1.18