GeistHaus
log in · sign up

GitHub - golang/lint: [mirror] This is a linter for Go source code. (deprecated)

github.com

[mirror] This is a linter for Go source code. (deprecated) - golang/lint

7 pages link to this URL
Announcing Go Support for AWS Lambda | Amazon Web Services

This post courtesy of Paul Maddox, Specialist Solutions Architect (Developer Technologies). Today, we’re excited to announce Go as a supported language for AWS Lambda. As someone who’s done their fair share of Go development (recent projects include AWS SAM Local and GoFormation), this is a release I’ve been looking forward to for a while. I’m […]

1 inbound link article en Amazon API Gateway Amazon API GatewayAWS CodeBuildAWS CodePipelineAWS LambdaAWS SDK for GoServerlessAWS SAMgoserverless
Announcing Go Support for AWS Lambda | Amazon Web Services

This post courtesy of Paul Maddox, Specialist Solutions Architect (Developer Technologies). Today, we’re excited to announce Go as a supported language for AWS Lambda. As someone who’s done their fair share of Go development (recent projects include AWS SAM Local and GoFormation), this is a release I’ve been looking forward to for a while. I’m […]

6 inbound links article en Amazon API Gateway Amazon API GatewayAWS CodeBuildAWS CodePipelineAWS LambdaAWS SDK for GoServerlessAWS SAMgoserverless
Travis/AppVeyor CI Script for Go

Continous Integration tests are an important part of maintaining package stability. Since Travis has recently made it possible to run tests on OSX and with AppVeyor having Windows support, we now can create free CI tests for all the major desktop platforms. For my various packages, I find that I commonly copy+paste my CI tests,…

0 inbound links en GoProgrammingtesting
To lint or not to lint

In general it is always a good idea to run static checkers through the code. Itcatches some obvious mistakes and helps maintain a readable code base — atleast most of...

0 inbound links article en