lib/protocol: Eliminate nativeModel on Unix
This commit is contained in:
@@ -9,6 +9,8 @@ package protocol
|
||||
|
||||
import "golang.org/x/text/unicode/norm"
|
||||
|
||||
func makeNative(m Model) Model { return nativeModel{m} }
|
||||
|
||||
type nativeModel struct {
|
||||
Model
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user