golang Integrating migration tool in Gin framework(Golang) 09/09/2020 Armando Couto Deixe um comentário https://medium.com/wesionary-team/integrating-migration-tool-in-gin-framework-golang-139676bc4af7 Share and Enjoy !0Shares0 0
golang, NATS Getting Started With NATS 08/09/2020 Armando Couto Deixe um comentário https://itnext.io/getting-started-with-nats-b752cbb17f74 Share and Enjoy !0Shares0 0
golang, NATS Getting Started With NATS 02/09/2020 Armando Couto Deixe um comentário https://itnext.io/getting-started-with-nats-b752cbb17f74 Share and Enjoy !0Shares0 0
golang, MySQL CRUD API using GO, GIN, MySql 31/08/2020 Armando Couto Deixe um comentário https://medium.com/wesionary-team/crud-api-using-go-d55b0ace211e Share and Enjoy !0Shares0 0
Uncategorized Lendo um arquivo Shapefile 26/08/2020 Armando Couto Deixe um comentário Go library for reading and writing ESRI Shapefiles. Pure Golang implementation based on the ESRI Shapefile technical description. https://github.com/jonas-p/go-shp 47 forks. 205 stars. 12 open issues. Recent commits: Add missing errReader usage, Fabian Wickborn Check for errors while reading header, Fabian Wickborn Symptom: the shape last shape was not being readRoot Cause:reader.Next was returning false due to an error being reported in r.shape.read(er) error: r.err = fmt.Errorf("Error while reading next shape: %v", er.e)However the error is wrongly reported by errreader.Go documentation states that an EOF error may be returned even if all therequested data has been read, but go-shp was treating EOF error as an erroreven when all the bytes have been read.Go documentation: https://go.googlesource.com/go/+/master/src/io/io.go#66// Callers should always process the n > 0 bytes returned before// considering the error err. Doing so correctly handles I/O errors// that happen after reading some bytes and also both of the// allowed EOF behaviors.errreader.go was giving priority to the err over the number of bytes being readNote: This behaviour did not manifest itself in every environment.Running locally on Ubuntu, the last shape was being read OKRunning on Google App Engine, the last shape was not being read due to this bug, Fabian Wickborn check for .shp extension when opening file, Fabian Wickborn generate String method for ShapeType, Fabian Wickborn Share and Enjoy !0Shares0 0
golang, MySQL, REST Create a CRUD REST API Using MySQL + Golang Part 1 15/08/2020 Armando Couto Deixe um comentário https://medium.com/swlh/create-an-crud-rest-api-using-mysql-golang-part-1-65e74bbae283 Share and Enjoy !0Shares0 0
golang Go: How to Reduce Lock Contention with the Atomic Package 14/08/2020 Armando Couto Deixe um comentário https://medium.com/a-journey-with-go/go-how-to-reduce-lock-contention-with-the-atomic-package-ba3b2664b549 Share and Enjoy !0Shares0 0
Amazon SQS, golang Consuming SQS Message using Golang in EKS (Elastic Kubernetes Service) from AWS 06/08/2020 Armando Couto Deixe um comentário https://medium.com/easyread/consuming-sqs-message-using-golang-in-eks-elastic-kubernetes-service-from-aws-cf0b30ca0e01 Share and Enjoy !0Shares0 0
golang Go: Common Misconceptions About Goroutines 02/08/2020 Armando Couto Deixe um comentário https://medium.com/swlh/go-common-misconceptions-about-goroutines-9dfa4bca3ba8 Share and Enjoy !0Shares0 0
golang Reading 16GB File in Seconds, Golang 27/07/2020 Armando Couto Deixe um comentário https://medium.com/swlh/processing-16gb-file-in-seconds-go-lang-3982c235dfa2 Share and Enjoy !0Shares0 0