No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-04-10 13:22:00 +02:00
.github/workflows all: update go and dependency versions [generated] 2025-02-16 17:23:26 -05:00
testdata unconvert: more conservative floating-point conversion handling 2019-01-16 16:15:04 -08:00
go.mod Merge branch 'mdempsky-master' 2025-04-10 13:12:09 +02:00
go.sum all: update go and dependency versions [generated] 2025-02-16 17:23:26 -05:00
golangci.go fix: avoid race condition on settings 2025-04-10 13:22:00 +02:00
LICENSE unconvert: cleanup for general consumption 2016-02-21 00:20:42 -08:00
README.md docs: update readme 2024-03-09 03:04:33 +01:00
unconvert.go Merge branch 'mdempsky-master' 2025-04-10 13:12:09 +02:00
unconvert_test.go Merge branch 'mdempsky-master' 2025-04-10 13:12:09 +02:00

Fork of unconvert to be usable as a library.

The specific elements are inside the file golangci.go.

The only modification of the file unconvert.go is the remove of the global variables for the flags. The tests will never work because of that, then the CI is disabled.