Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Z-Bolt/OctoScreen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffB42 <10328858+JeffB42@users.noreply.github.com>2021-08-07 20:17:42 +0300
committerJeffB42 <10328858+JeffB42@users.noreply.github.com>2021-08-07 20:17:42 +0300
commitc7ce464eaedce3eb6805714482cb1739f46200db (patch)
tree94e5e8d14a76c18a7ecbab4a465ffb8c91591cec
parent0494207c80e1e51fd39221bfb063a95882edcb12 (diff)
added missing includes
-rwxr-xr-xutils/gtk.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/gtk.go b/utils/gtk.go
index 041af75..b92e7c2 100755
--- a/utils/gtk.go
+++ b/utils/gtk.go
@@ -4,6 +4,8 @@ import (
"bytes"
"errors"
"fmt"
+ "io"
+ "io/ioutil"
"net/http"
"path/filepath"