Compare commits

..

2 Commits

Author SHA1 Message Date
9386b2acd5 dev 2026-02-23 15:37:48 +08:00
1cc7de8b07 删除flowfish 2026-02-23 15:13:34 +08:00
2 changed files with 16 additions and 1 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": "${fileDirname}"
}
]
}

View File

@@ -1,4 +1,3 @@
// 怎么提交呢
package main package main
import ( import (