Valentin Rusu
Valentin Rusu
Hi It seems Basename introduces a line feed in the generated path, hope I'm not doing anything wrong: ``` package main import ( "fmt" "os" "path/filepath" "github.com/bitfield/script" ) func main()...
# Description Fixes # 459 ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue) # How Has This...
https://github.com/iamseth/oracledb_exporter/blame/29c8869cf60dc5b318236000f09fb69e92846620/collector/collector.go#L316 There is a race condition here, all the goroutines started using function f reference directly the err variable. When more than one change it at the same or close...