Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
b
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
b
Commits
82d9e96a
Commit
82d9e96a
authored
Aug 18, 2014
by
Jan Mercl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A+C
parent
59a6ba00
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
37 additions
and
6 deletions
+37
-6
AUTHORS
AUTHORS
+11
-0
CONTRIBUTORS
CONTRIBUTORS
+11
-0
LICENSE
LICENSE
+2
-2
Makefile
Makefile
+5
-0
all_test.go
all_test.go
+1
-1
btree.go
btree.go
+1
-1
example/Makefile
example/Makefile
+4
-0
example/all_test.go
example/all_test.go
+1
-1
example/int.go
example/int.go
+1
-1
No files found.
AUTHORS
0 → 100644
View file @
82d9e96a
# This file lists authors for copyright purposes. This file is distinct from
# the CONTRIBUTORS files. See the latter for an explanation.
#
# Names should be added to this file as:
# Name or Organization <email address>
#
# The email address is not required for organizations.
#
# Please keep the list sorted.
Jan Mercl <0xjnml@gmail.com>
CONTRIBUTORS
0 → 100644
View file @
82d9e96a
# This file lists people who contributed code to this repository. The AUTHORS
# file lists the copyright holders; this file lists people.
#
# Names should be added to this file like so:
# Name <email address>
#
# Please keep the list sorted.
Brian Fallik <bfallik@gmail.com>
Dan Kortschak <dan.kortschak@adelaide.edu.au>
Jan Mercl <0xjnml@gmail.com>
LICENSE
View file @
82d9e96a
Copyright (c) 201
3 The Go
Authors. All rights reserved.
Copyright (c) 201
4 The b
Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
modification, are permitted provided that the following conditions are
...
@@ -10,7 +10,7 @@ notice, this list of conditions and the following disclaimer.
...
@@ -10,7 +10,7 @@ notice, this list of conditions and the following disclaimer.
copyright notice, this list of conditions and the following disclaimer
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
in the documentation and/or other materials provided with the
distribution.
distribution.
* Neither the name
of Google Inc. nor the names of its
* Neither the name
s of the authors nor the names of the
contributors may be used to endorse or promote products derived from
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
this software without specific prior written permission.
...
...
Makefile
View file @
82d9e96a
# Copyright 2014 The b Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
.PHONY
:
all todo clean cover generic mem nuke
.PHONY
:
all todo clean cover generic mem nuke
testbin
=
b.test
testbin
=
b.test
...
@@ -5,6 +9,7 @@ testbin=b.test
...
@@ -5,6 +9,7 @@ testbin=b.test
all
:
editor
all
:
editor
go build
go build
go vet
go vet
golint .
go
install
go
install
make todo
make todo
...
...
all_test.go
View file @
82d9e96a
// Copyright 2014 The
Go
Authors. All rights reserved.
// Copyright 2014 The
b
Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// license that can be found in the LICENSE file.
...
...
btree.go
View file @
82d9e96a
// Copyright 2014 The
Go
Authors. All rights reserved.
// Copyright 2014 The
b
Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// license that can be found in the LICENSE file.
...
...
example/Makefile
View file @
82d9e96a
# Copyright 2014 The b Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
.PHONY
:
all todo clean cover mem
.PHONY
:
all todo clean cover mem
testbin
=
b.test
testbin
=
b.test
...
...
example/all_test.go
View file @
82d9e96a
// Copyright 2014 The
Go
Authors. All rights reserved.
// Copyright 2014 The
b
Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// license that can be found in the LICENSE file.
...
...
example/int.go
View file @
82d9e96a
// Copyright 2014 The
Go
Authors. All rights reserved.
// Copyright 2014 The
b
Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// license that can be found in the LICENSE file.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment