nativemodel_unix.go 192 B

1234567891011
  1. // Copyright (C) 2014 The Protocol Authors.
  2. // +build !windows,!darwin
  3. package protocol
  4. // Normal Unixes uses NFC and slashes, which is the wire format.
  5. type nativeModel struct {
  6. Model
  7. }