From 4c983686b4651b741049a7826a234bed14c772ac Mon Sep 17 00:00:00 2001 From: ProtoPenguin Date: Fri, 3 Apr 2026 23:44:13 +0100 Subject: [PATCH] Init Go Project --- README.md | 3 +++ src/go.mod | 3 +++ src/main.go | 0 3 files changed, 6 insertions(+) create mode 100644 src/go.mod create mode 100644 src/main.go diff --git a/README.md b/README.md index ea377a5..3218b02 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,6 @@ The software interface will allow for controlling the OpenBPS through it's vario This project will be updated as I work on software features and hardware design +## Technologies + +This will be built using go, and will utilise fyne for UI diff --git a/src/go.mod b/src/go.mod new file mode 100644 index 0000000..cd6b9d2 --- /dev/null +++ b/src/go.mod @@ -0,0 +1,3 @@ +module main + +go 1.26.1 diff --git a/src/main.go b/src/main.go new file mode 100644 index 0000000..e69de29