cloud-barista / cb-larva

CB-Larva is Cloud-Barista Incubator. The incubator researches and develops essential technologies for multi-cloud.
Apache License 2.0
9 stars 8 forks source link

Change the environmental factors of the project #224

Closed yunkon-kim closed 2 years ago

yunkon-kim commented 2 years ago

In addition, set the following in VSCode's settings.json to resolve compile error issue

    "go.toolsEnvVars": {
        "GOOS": "linux"
    }