Autoindex

This commit is contained in:
2021-12-17 11:24:51 -06:00
parent e19a630a8b
commit 0fb12e189c
4 changed files with 55 additions and 8 deletions

16
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,16 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Package",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "main.go",
"args": ["-file","data.xlsx"]
}
]
}