mirror of
https://github.com/coreos/ignition.git
synced 2026-02-06 09:47:17 +01:00
This avoids unnecessary memory allocations and resolves staticcheck linter warnings. Fixes lint: ``` QF1012: Use fmt.Fprintf(...) instead of Write([]byte(fmt.Sprintf(...))) (staticcheck) ```