syncthing/lib/protocol/nativemodel_unix.go

13 lines
223 B
Go
Raw Normal View History

2015-01-13 13:31:14 +01:00
// Copyright (C) 2014 The Protocol Authors.
2014-09-22 21:42:11 +02:00
//go:build !windows && !darwin
2014-09-22 21:42:11 +02:00
// +build !windows,!darwin
package protocol
// Normal Unixes uses NFC and slashes, which is the wire format.
type nativeModel struct {
Model
2014-09-22 21:42:11 +02:00
}