lib/protocol: Eliminate nativeModel on Unix

This commit is contained in:
greatroar
2021-10-22 18:40:40 +02:00
committed by Jakob Borg
parent cb607e8551
commit 46082f194c
4 changed files with 6 additions and 4 deletions
+2
View File
@@ -13,6 +13,8 @@ import (
"strings"
)
func makeNative(m Model) Model { return nativeModel{m} }
type nativeModel struct {
Model
}