From 9484ffac9910bc438b57c2e001257c91f576f36d Mon Sep 17 00:00:00 2001 From: Greg Date: Fri, 13 Dec 2019 14:24:31 -0500 Subject: [PATCH] Restructure to add depjars directory so that I can cause go to build *.jar files in package dependencies. --- .gitignore | 2 +- depjars/build.go | 3 +++ README.md => hrm/README.md | 0 appicon.png => hrm/appicon.png | Bin go.mod => hrm/go.mod | 2 +- go.sum => hrm/go.sum | 8 ++++++++ main.go => hrm/main.go | 0 os_android.go => hrm/os_android.go | 0 os_darwin.go => hrm/os_darwin.go | 0 9 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 depjars/build.go rename README.md => hrm/README.md (100%) rename appicon.png => hrm/appicon.png (100%) rename go.mod => hrm/go.mod (81%) rename go.sum => hrm/go.sum (88%) rename main.go => hrm/main.go (100%) rename os_android.go => hrm/os_android.go (100%) rename os_darwin.go => hrm/os_darwin.go (100%) diff --git a/.gitignore b/.gitignore index c004169..8b3d5c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -hrm +hrm/hrm *.apk diff --git a/depjars/build.go b/depjars/build.go new file mode 100644 index 0000000..3cfdd50 --- /dev/null +++ b/depjars/build.go @@ -0,0 +1,3 @@ +//go:generate go generate git.wow.st/gmp/ble/depjars + +package main diff --git a/README.md b/hrm/README.md similarity index 100% rename from README.md rename to hrm/README.md diff --git a/appicon.png b/hrm/appicon.png similarity index 100% rename from appicon.png rename to hrm/appicon.png diff --git a/go.mod b/hrm/go.mod similarity index 81% rename from go.mod rename to hrm/go.mod index 15729b8..56d111f 100644 --- a/go.mod +++ b/hrm/go.mod @@ -4,7 +4,7 @@ go 1.13 require ( gioui.org v0.0.0-20191126175243-2ca2e5462f16 - git.wow.st/gmp/ble v0.0.0-20191210141332-1601787ecfa0 + git.wow.st/gmp/ble v0.0.0-20191213182030-52217c3f6a2f github.com/google/go-github/v24 v24.0.1 // indirect golang.org/x/oauth2 v0.0.0-20191122200657-5d9234df094c // indirect gopkg.in/yaml.v2 v2.2.7 diff --git a/go.sum b/hrm/go.sum similarity index 88% rename from go.sum rename to hrm/go.sum index a214447..f35df66 100644 --- a/go.sum +++ b/hrm/go.sum @@ -9,10 +9,18 @@ git.wow.st/gmp/ble v0.0.0-20191204220614-4cdaceda7601/go.mod h1:Fh9BYe6AckJS7dzv git.wow.st/gmp/ble v0.0.0-20191204222510-e7f82ac9e7f9/go.mod h1:Fh9BYe6AckJS7dzv2LFPr/wSYVMROUwmtc01VyQmuZo= git.wow.st/gmp/ble v0.0.0-20191205134941-3bc712870db2 h1:yYtHMSaVp/dqxuv/GA63C7xIGbN9mrSICEZB3NHdrzc= git.wow.st/gmp/ble v0.0.0-20191205134941-3bc712870db2/go.mod h1:Fh9BYe6AckJS7dzv2LFPr/wSYVMROUwmtc01VyQmuZo= +git.wow.st/gmp/ble v0.0.0-20191206192216-c6f6e4f3174d h1:ur7fwGJ/P92xYTAvczK5VrtnFXDAlStlnK+kAAy4mjc= +git.wow.st/gmp/ble v0.0.0-20191206192216-c6f6e4f3174d/go.mod h1:Fh9BYe6AckJS7dzv2LFPr/wSYVMROUwmtc01VyQmuZo= git.wow.st/gmp/ble v0.0.0-20191206212213-ca70d55f7ed5 h1:Zo9nEEbm7eHW9vA5jWkI10lJC2rpSoNjsc1W1MA2woA= git.wow.st/gmp/ble v0.0.0-20191206212213-ca70d55f7ed5/go.mod h1:Fh9BYe6AckJS7dzv2LFPr/wSYVMROUwmtc01VyQmuZo= git.wow.st/gmp/ble v0.0.0-20191210141332-1601787ecfa0 h1:EGEsiQf4Ke36NxTkdr6dTBPdCVd032NMCK1I/n4hWwY= git.wow.st/gmp/ble v0.0.0-20191210141332-1601787ecfa0/go.mod h1:Fh9BYe6AckJS7dzv2LFPr/wSYVMROUwmtc01VyQmuZo= +git.wow.st/gmp/ble v0.0.0-20191211145827-dd7d927044f3 h1:EI7VhFijk85f3kcJ301QaHvxoDhQChAzfzlByrnpW0g= +git.wow.st/gmp/ble v0.0.0-20191211145827-dd7d927044f3/go.mod h1:Fh9BYe6AckJS7dzv2LFPr/wSYVMROUwmtc01VyQmuZo= +git.wow.st/gmp/ble v0.0.0-20191213173536-99bfee1cbdbf h1:LBqP/fMUR0FZN7YwiwuZ6i5XhgDzpOqMhUhZTA4+s/A= +git.wow.st/gmp/ble v0.0.0-20191213173536-99bfee1cbdbf/go.mod h1:Fh9BYe6AckJS7dzv2LFPr/wSYVMROUwmtc01VyQmuZo= +git.wow.st/gmp/ble v0.0.0-20191213182030-52217c3f6a2f h1:rLZaIsaH0Ai7W6sWunN16dQ9rRTuvRcegZS/nkNbPpU= +git.wow.st/gmp/ble v0.0.0-20191213182030-52217c3f6a2f/go.mod h1:Fh9BYe6AckJS7dzv2LFPr/wSYVMROUwmtc01VyQmuZo= github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= diff --git a/main.go b/hrm/main.go similarity index 100% rename from main.go rename to hrm/main.go diff --git a/os_android.go b/hrm/os_android.go similarity index 100% rename from os_android.go rename to hrm/os_android.go diff --git a/os_darwin.go b/hrm/os_darwin.go similarity index 100% rename from os_darwin.go rename to hrm/os_darwin.go