Skip to content

Commit e2f5778

Browse files
authored
Update FAQ
1 parent c2c3e71 commit e2f5778

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,18 @@ Notable files:
5050

5151
## FAQ
5252

53+
### Why Visual Studio Code editor configuration
54+
55+
Developers that use Visual Studio Code can take advantage of the editor configuration. While others do not have to care about it. Setting configs for each repo is unnecessary time consuming. VS Code is the most popular Go editor ([survey](https://blog.golang.org/survey2019-results)) and it is officially [supported by the Go team](https://blog.golang.org/vscode-go). You can always remove the [.vscode](.vscode) directory and update [.gitignore](.gitignore) if it really does not help you.
56+
5357
### Why nothing for GoLand
5458

5559
The maintainer does not use GoLand. Fell free to create a pull request for [#2](https://github.com/golang-templates/seed/issues/2).
5660

5761
### Why GitHub Actions, not any other CI server
5862

5963
GitHub Actions is out-of-the-box if you are already using GitHub.
60-
However, changing to any other CI server should be very simple, because this repository has build logic and tooling installation in Makefile.
64+
However, changing to any other CI server should be very simple, because this repository has build logic and tooling installation in Makefile. You can also use the `docker` make target to run the build inside a docker container.
6165

6266
### How can I use Make on Windows
6367

0 commit comments

Comments
 (0)