nativemodel_unix.go 223 B

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