Skip to content

Commit f41f20d

Browse files
author
Vladimir Osintsev
committed
Renamed
1 parent 7f9602d commit f41f20d

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.vscode/launch.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": "Launch",
6+
"type": "go",
7+
"request": "launch",
8+
"mode": "debug",
9+
"remotePath": "",
10+
"port": 2345,
11+
"host": "127.0.0.1",
12+
"program": "${workspaceRoot}",
13+
"env": {},
14+
"args": [],
15+
"showLog": true
16+
}
17+
]
18+
}

db.scheme db.schema

File renamed without changes.

0 commit comments

Comments
 (0)