lib/protocol: Eliminate nativeModel on Unix
This commit is contained in:
@@ -13,6 +13,8 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
func makeNative(m Model) Model { return nativeModel{m} }
|
||||
|
||||
type nativeModel struct {
|
||||
Model
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user