fix docker build annotations (#917)

This commit is contained in:
Patrick Devine 2023-10-26 12:00:33 -07:00 committed by GitHub
parent deeac961bb
commit 5b2cf16397
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
// go build darwin dragonfly freebsd netbsd openbsd
//go:build darwin || freebsd || netbsd || openbsd
package readline
import (

View file

@ -1,3 +1,4 @@
//go:build linux || solaris
package readline
import (