From 6e21bd54aebb8feeafedd246337976dff7fbcaa6 Mon Sep 17 00:00:00 2001 From: Konstantin8105 Date: Tue, 22 Nov 2022 18:24:03 +0300 Subject: [PATCH] step --- examples/gui/button/go.mod | 3 +++ raygui/go.mod | 6 ------ {raygui => raylib}/gui.go | 0 {raygui => raylib}/raygui.h | 0 4 files changed, 3 insertions(+), 6 deletions(-) create mode 100644 examples/gui/button/go.mod delete mode 100644 raygui/go.mod rename {raygui => raylib}/gui.go (100%) rename {raygui => raylib}/raygui.h (100%) diff --git a/examples/gui/button/go.mod b/examples/gui/button/go.mod new file mode 100644 index 0000000..927c03d --- /dev/null +++ b/examples/gui/button/go.mod @@ -0,0 +1,3 @@ +module example + +go 1.19 diff --git a/raygui/go.mod b/raygui/go.mod deleted file mode 100644 index 20dc115..0000000 --- a/raygui/go.mod +++ /dev/null @@ -1,6 +0,0 @@ -module github.com/Konstantin8105/raylib-go/raygui - -go 1.19 - -replace github.com/Konstantin8105/raylib-go/raylib => ../raylib - diff --git a/raygui/gui.go b/raylib/gui.go similarity index 100% rename from raygui/gui.go rename to raylib/gui.go diff --git a/raygui/raygui.h b/raylib/raygui.h similarity index 100% rename from raygui/raygui.h rename to raylib/raygui.h