Set up Go module and move Rust to legacy

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-05-31 11:35:04 -04:00
parent 0eb30ca93d
commit 3da269c3b7
17 changed files with 14 additions and 0 deletions
+4
View File
@@ -10,3 +10,7 @@ target/
# Local brainstorming companion artifacts
.superpowers/
# Go
/antidriftd
*.test
+7
View File
@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("antidriftd")
}
+3
View File
@@ -0,0 +1,3 @@
module antidrift
go 1.26.3
View File
View File
View File
View File