nativemodel_unix.go 238 B

1234567891011
  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. func makeNative(m rawModel) rawModel { return m }