Questions tagged as 'golang'

1
answer

GOLang - Dependency Check

I need to change the get response below: router.GET("/health", func(context *gin.Context) { context.JSON(http.StatusOK, gin.H{ "message": "OK", }) }) I need to create a dependency checker. A request should follow the fol...
asked by 20.05.2016 / 21:27
1
answer

Rename files in golang without removing. of extension

I need to rename files from a directory by removing spaces and accents I solved both but had a side effect because I lost it. of the extension. Follow the link from the code: Golang Playground Code: package main import ( "fmt"...
asked by 27.03.2018 / 21:07