attempt to fix index step bug

This commit is contained in:
William Bell
2023-03-14 10:48:38 +00:00
parent d0abbba7c1
commit 29014b6ad5
3 changed files with 52 additions and 4 deletions

14
.replit Normal file
View File

@@ -0,0 +1,14 @@
run = "./run"
hidden = ["Makefile", "main"]
[languages.go]
pattern = "**/*.go"
[languages.go.languageServer]
start = "gopls"
[nix]
channel = "stable-22_11"
[gitHubImport]
requiredFiles = [".replit", "replit.nix"]