Skip to content
Snippets Groups Projects

Finished Login API

Merged Bayu Samudra requested to merge feat/s1-sb8-login-api into staging
Compare and
31 files
+ 544
86
Preferences
Compare changes
Files
31
+ 15
0
 
{
 
// 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": "${workspaceFolder}"
 
}
 
]
 
}