From 756ba94292b408cc4f23d137b2c4c52009b2b38d Mon Sep 17 00:00:00 2001 From: James O'Doherty Date: Fri, 22 May 2026 09:13:16 -0400 Subject: Scaffold wg-wrap project structure and toolchain --- internal/config/config.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 internal/config/config.go (limited to 'internal/config/config.go') diff --git a/internal/config/config.go b/internal/config/config.go new file mode 100644 index 0000000..5aa8462 --- /dev/null +++ b/internal/config/config.go @@ -0,0 +1,7 @@ +package config + +type Config struct { + Profile string + DNSServer string + Command []string +} -- cgit v1.2.3