Source File
operation_string.go
Belonging Package
github.com/sergi/go-diff/diffmatchpatch
package diffmatchpatch
import
const _Operation_name = "DeleteEqualInsert"
var _Operation_index = [...]uint8{0, 6, 11, 17}
func ( Operation) () string {
-= -1
if < 0 || >= Operation(len(_Operation_index)-1) {
return fmt.Sprintf("Operation(%d)", +-1)
}
return _Operation_name[_Operation_index[]:_Operation_index[+1]]
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |