From 73627ddbf1bc11ac25b91f3855d59bf82f62f20a Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 5 Dec 2023 11:25:53 +0000 Subject: [PATCH] add go.work files to gitignore --- .gitignore | 4 ++++ examples/hotkeys/go.mod | 2 +- examples/obs/go.mod | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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