CLEANUP: lots of file renames

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2021-09-01 13:18:33 -05:00
parent 61ece96291
commit 3556a4d54c
20 changed files with 10 additions and 4 deletions

8
.gitignore vendored
View File

@ -8,12 +8,16 @@ example-multiple-windows/example-multiple-windows
example-ssh/ssh-client example-ssh/ssh-client
example-ssh/ssh-ed25519 example-ssh/ssh-ed25519
example-ssh/with-passwd example-ssh/with-passwd
example-expect/example-expect
example-expect/example-expect
example-gocui-active/example-gocui-active example-gocui-active/example-gocui-active
example-gocui-colorstrue/example-gocui-colorstrue example-gocui-colorstrue/example-gocui-colorstrue
example-gocui-dynamic/example-gocui-dynamic example-gocui-dynamic/example-gocui-dynamic
example-gocui-mouse/example-gocui-mouse example-gocui-mouse/example-gocui-mouse
example-shell/example-shell example-shell/example-shell
example-splash/example-splash
example-systray/example-systray example-systray/example-systray
example-ui-controlgallery/example-ui-controlgallery
example-ui-radiobutton/example-ui-radiobutton
example-ui-splash/example-ui-splash
example-ui-table/example-ui-table

View File

@ -18,9 +18,11 @@ build:
cd example-gocui-dynamic; go install # interactive movement cd example-gocui-dynamic; go install # interactive movement
# GUI things # GUI things
cd example-splash; go install # an example GUI with drop down menus, etc
cd example-systray; go install # an example systray menu (cross platform) cd example-systray; go install # an example systray menu (cross platform)
cd example-controlgallery; go install # an example GUI with drop down menus, etc cd example-ui-splash; go install # an example GUI with drop down menus, etc
cd example-ui-controlgallery; go install # an example GUI with drop down menus, etc
cd example-ui-radiobutton; go install # slidebars, lists, radio buttons
cd example-ui-table; go install # spreadsheet
debug: debug:
go build -ldflags "-X main.GITCOMMIT=${GITCOMMIT} -X main.GOVERSION='${GOVERSION}' -X main.BUILDTIME='${BUILDTIME}' -X main.VERSION=${VERSION}" go build -ldflags "-X main.GITCOMMIT=${GITCOMMIT} -X main.GOVERSION='${GOVERSION}' -X main.BUILDTIME='${BUILDTIME}' -X main.VERSION=${VERSION}"

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 198 KiB

After

Width:  |  Height:  |  Size: 198 KiB

View File

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 142 KiB