Support for Golang application #400
Replies: 1 comment
-
Helllo @hariohmprasath ! This is great, thanks for getting in touch! About Golang we have two different matters, as you mentioned yourself: CLI tools and server applications. As long as CLI tool goes, We have created a simple, not-yet-advertised preset for Go CLI tools. It's is inspired by how we handle For server applications, apart from some experiments with a preset for Goxygen, there hasn't been any more work. Certainly would be great to have it. If you are willing to contribute, it will be most appreciated! I can see a couple of paths we can take to start:
|
Beta Was this translation helpful? Give feedback.
-
Describe the feature
A clear and concise description of what the feature idea is. Please make sure you didn't find an existing issue with the same subject.
Go is quite popular for building server and command line based application. The whole build and packing can be done in a build container so the developer can just concentrate on write code, instead of worrying about the build & deployment platform. Pretty much all the top companies use Go as a defacto standard to build application that can run across multiple platforms
I don't see a repository for
docker-go
will be happy to contribute this, let me know if the team is interested in adding this support to platformBackward compatibility concerns
Would this be BC?
No
Use cases
Golang applications
Examples
Server & command line applications built using Golang
Beta Was this translation helpful? Give feedback.
All reactions