mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
update lint to go1.16/golangci
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
@ -55,6 +55,6 @@ type pw struct {
|
||||
status chan *client.SolveStatus
|
||||
}
|
||||
|
||||
func (p *pw) Status() chan *client.SolveStatus {
|
||||
return p.status
|
||||
func (w *pw) Status() chan *client.SolveStatus {
|
||||
return w.status
|
||||
}
|
||||
|
Reference in New Issue
Block a user