Skip to content

Commit

Permalink
Merge branch 'develop' into perf/bench-rwmutex
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyunhao116 authored Oct 9, 2021
2 parents a7c3eb9 + 0a314ed commit 8785546
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion collection/skipmap/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion collection/skipmap/types_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func main() {
// See the License for the specific language governing permissions and
// limitations under the License.
// Code generated by go run types_gen.go; DO NOT EDIT.` + "\r\n")
`)
// Step 1. Add file header
w.WriteString(`// Code generated by go run types_gen.go; DO NOT EDIT.` + "\r\n")
// Step 2. Add imports and package statement
Expand Down
1 change: 0 additions & 1 deletion collection/skipset/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion collection/skipset/types_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func main() {
// See the License for the specific language governing permissions and
// limitations under the License.
// Code generated by go run types_gen.go; DO NOT EDIT.` + "\r\n")
`)
// Step 1. Add file header
w.WriteString(`// Code generated by go run types_gen.go; DO NOT EDIT.` + "\r\n")
// Step 2. Add imports and package statement
Expand Down

0 comments on commit 8785546

Please sign in to comment.