syncthing/lib/protocol/nativemodel_unix.go
2021-10-22 18:40:40 +02:00

11 lines
232 B
Go

// Copyright (C) 2014 The Protocol Authors.
//go:build !windows && !darwin
// +build !windows,!darwin
package protocol
// Normal Unixes uses NFC and slashes, which is the wire format.
func makeNative(m Model) Model { return m }