Skip to content

refactor: move away from ioutil (deprecated)

feistel requested to merge feistel/gitlab-shell:remove/ioutil into main

Move away from io/ioutil.

io/ioutil was deprecated in go 1.16, see https://golang.org/doc/go1.16

Since gitlab-shell dropped support for go 1.15, we can safely remove ioutil

Merge request reports