Simplified linker interface
All checks were successful
/ test (push) Successful in 16s

This commit is contained in:
Eduard Urbach 2025-07-09 21:13:50 +02:00
parent e6a6be1181
commit 7e9f5d500f
Signed by: ed
GPG key ID: 49226B848C78F6C8
10 changed files with 19 additions and 18 deletions

View file

@ -18,6 +18,6 @@ func TestWrite(t *testing.T) {
assert.Nil(t, err)
writer := &exe.Discard{}
linker.Write(writer, b, env)
linker.Write(writer, env)
})
}