Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-ds-leveldb
Commits
b797ea3b
Commit
b797ea3b
authored
Aug 25, 2016
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add default files for new repo
parent
87475fd1
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
56 additions
and
0 deletions
+56
-0
.gitignore
.gitignore
+1
-0
.travis.yml
.travis.yml
+20
-0
LICENSE
LICENSE
+21
-0
Makefile
Makefile
+14
-0
No files found.
.gitignore
0 → 100644
View file @
b797ea3b
*.swp
.travis.yml
0 → 100644
View file @
b797ea3b
os
:
-
linux
-
osx
language
:
go
go
:
-
1.6.3
install
:
true
script
:
-
make deps
-
gx-go rewrite
-
go get github.com/mattn/goveralls
-
goveralls -service=travis-ci
cache
:
directories
:
-
$GOPATH/src/gx
LICENSE
0 → 100644
View file @
b797ea3b
The MIT License
Copyright (c) 2016 Jeromy Johnson
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Makefile
0 → 100644
View file @
b797ea3b
test
:
deps
go
test
-race
-v
./...
export
IPFS_API
?=
v04x.ipfs.io
gx
:
go get
-u
github.com/whyrusleeping/gx
go get
-u
github.com/whyrusleeping/gx-go
deps
:
gx
gx
--verbose
install
--global
gx-go rewrite
go get
-t
./...
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