forked from External/grumble
pkg/replacefile: new package.
This commit is contained in:
parent
5a3b9cc76a
commit
06ba075c41
4 changed files with 102 additions and 0 deletions
12
pkg/replacefile/flags.go
Normal file
12
pkg/replacefile/flags.go
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
// Copyright (c) 2012 The Grumble Authors
|
||||
// The use of this source code is goverened by a BSD-style
|
||||
// license that can be found in the LICENSE-file.
|
||||
|
||||
package replacefile
|
||||
|
||||
type Flag uint32
|
||||
|
||||
const (
|
||||
IgnoreMergeErrors Flag = 0x2
|
||||
IgnoreACLErrors Flag = 0x4
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue