mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-10 07:11:08 +00:00
13 lines
223 B
Go
13 lines
223 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.
|
|
|
|
type nativeModel struct {
|
|
Model
|
|
}
|