Unverified Commit 5b2cf163 authored by Patrick Devine's avatar Patrick Devine Committed by GitHub
Browse files

fix docker build annotations (#917)

parent deeac961
// go build darwin dragonfly freebsd netbsd openbsd //go:build darwin || freebsd || netbsd || openbsd
package readline package readline
import ( import (
......
//go:build linux || solaris
package readline package readline
import ( import (
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment