Update github.com/hashicorp/go-immutable-radix

This commit is contained in:
Sean Chittenden
2016-06-16 15:55:02 -07:00
parent 669b48f357
commit f190ebfcde
4 changed files with 4 additions and 29 deletions

View File

@@ -1,24 +0,0 @@
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe
*.test
*.prof

View File

@@ -1,3 +0,0 @@
language: go
go:
- tip

View File

@@ -89,7 +89,7 @@ func (t *Txn) writeNode(n *Node) *Node {
}
// Mark this node as modified
t.modified.Add(n, nil)
t.modified.Add(nc, nil)
return nc
}