cmd/version: add support for openbsd/386

After this patch the version command will be fully
supported on openbsd/amd64 and openbsd/386.
Remaining os/arch combinations stay as is.
This commit is contained in:
Ivan Andreev 2021-09-02 00:38:53 +03:00
parent f1f923a986
commit aa0ceb6c5c
4 changed files with 5 additions and 27 deletions

View file

@ -1,5 +1,4 @@
// +build !windows
// +build !openbsd !386
package buildinfo