diff options
author | Joop Kiefte <ikojba@gmail.com> | 2020-11-13 03:39:13 +0200 |
---|---|---|
committer | Joop Kiefte <ikojba@gmail.com> | 2020-11-13 03:39:13 +0200 |
commit | c6a0a549b12cdb6318cbe9db1a8f3be8fba7f5a9 (patch) | |
tree | dcc77e67d40bd1e0d2a14b6f58e1d3835ee0905a /go.mod | |
parent | 09349c8a07d11abd063649445918e5ec95e34707 (diff) |
Gio hello world
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ module git.kiefte.eu/lapingvino/gioco go 1.15 + +require gioui.org v0.0.0-20201112145235-3c739323cb4f |