This commit is contained in:
Michael Yang 2023-11-01 11:55:08 -07:00
parent 341fb7e35f
commit f42f3d9b27
2 changed files with 2 additions and 0 deletions

View file

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

View file

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