mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-02-02 20:34:40 +07:00
Removed an extra 'even though'
This commit is contained in:
parent
213cada4d2
commit
17433d67dd
@ -29,7 +29,7 @@ As I have also mentioned some of the most known DevOps tools and platforms are w
|
|||||||
What are some of the characteristics of Go that make it great for DevOps?
|
What are some of the characteristics of Go that make it great for DevOps?
|
||||||
|
|
||||||
## Build and Deployment of Go Programs
|
## Build and Deployment of Go Programs
|
||||||
An advantage of using a language like Python that is interpreted in a DevOps role is that you don’t need to compile a python program before running it. Especially for smaller automation tasks, you don’t want to be slowed down by a build process that requires compilation even though, even though Go is a compiled programming language, **Go compiles directly into machine code**. Go is known also for fast compilation times.
|
An advantage of using a language like Python that is interpreted in a DevOps role is that you don’t need to compile a python program before running it. Especially for smaller automation tasks, you don’t want to be slowed down by a build process that requires compilation even though, Go is a compiled programming language, **Go compiles directly into machine code**. Go is known also for fast compilation times.
|
||||||
|
|
||||||
## Go vs Python for DevOps
|
## Go vs Python for DevOps
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user