mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-06 05:17:49 +00:00
1a5f524ae4
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/2252
12 lines
192 B
Go
12 lines
192 B
Go
// Copyright (C) 2014 The Protocol Authors.
|
|
|
|
// +build !windows,!darwin
|
|
|
|
package protocol
|
|
|
|
// Normal Unixes uses NFC and slashes, which is the wire format.
|
|
|
|
type nativeModel struct {
|
|
Model
|
|
}
|