internal/ui: rename a file

Use `_linbsd.go` suffix for Linux and BSDs.
This commit is contained in:
Hajime Hoshi 2023-07-23 02:29:52 +09:00
parent 91e1c0ea29
commit 8b4c744ca8

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
//go:build !android && !darwin && !js && !windows && !nintendosdk //go:build (freebsd || (linux && !android) || netbsd || openbsd) && !nintendosdk
package ui package ui