Recently Web browsers have become high-performance, and many applications are becoming Web. The IDE, which is a development environment, is no exception. Web IDE is very useful when it is a language involving compilation or when it is troublesome to arrange the development environment.
This time I will introduce IDE, Web IDE for Go.
How to use IDE
It is the first display.
I will make a new package.
Basic setting etc. You can also start the terminal.
Furthermore, the code editor comes with automatic completion.
You can create a web service and specify paths and methods.
IDE is a development environment specialized for Go language. It is also suitable for creating web services, and it has a set of functions necessary for developing web applications such as logs, tests, templates, etc.
IDE is Go's open source software (LGPL).
No comments:
Post a Comment