Skip to content

Commit a393454

Browse files
committed
Merge branch 'feature/cleanup' into develop
2 parents 6b55bb5 + 127da6a commit a393454

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+9
-7011
lines changed

.gitignore

-27
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
# Build artefacts
2-
build/
3-
4-
# Makefile generated paths
5-
.gopath
6-
.sw?
7-
bin/
8-
dist/
9-
101
# Compiled Object files, Static and Dynamic libs (Shared Objects)
112
*.o
123
*.a
@@ -30,21 +21,3 @@ _testmain.go
3021

3122
*.exe
3223
*.test
33-
34-
# Vagrant files
35-
.vagrant/
36-
.sudo_as_admin_successful
37-
.bash_history
38-
.cache
39-
40-
41-
# Documentation files
42-
docs/build/
43-
44-
45-
# Intellij
46-
.idea
47-
48-
# Vim files
49-
*.swp
50-
*.swo

.goxc.json

-10
This file was deleted.

.travis.yml

-14
This file was deleted.

Makefile

-76
This file was deleted.

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,15 @@ TrousseauVersion: 0.1.0c
433433

434434
## Contribute
435435

436+
### Testing
437+
438+
Running the unit tests for the project is done with the following command:
439+
440+
```go
441+
go test github.com/oleiade/trousseau/...
442+
```
443+
444+
### Workflow
436445
For detailed contribution instructions, see the the [CONTRIBUTING](https://github.com/oleiade/trousseau/blob/master/CONTRIBUTING.md) document
437446

438447
However here is a quick summary for all of you in a hurry:

debian/control

-10
This file was deleted.

docs/Makefile

-153
This file was deleted.
-14.7 KB
Binary file not shown.

docs/build/doctrees/index.doctree

-6.7 KB
Binary file not shown.

docs/build/doctrees/setup.doctree

-21 KB
Binary file not shown.

docs/build/doctrees/usage.doctree

-42.2 KB
Binary file not shown.

docs/build/html/.buildinfo

-4
This file was deleted.

docs/build/html/_sources/index.txt

-17
This file was deleted.

0 commit comments

Comments
 (0)