Skip to content

Commit

Permalink
Added to write logs to files
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Mar 21, 2019
1 parent 195ed41 commit f2483cf
Show file tree
Hide file tree
Showing 67 changed files with 4,295 additions and 4,068 deletions.
26 changes: 13 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, build with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, build with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

.idea
26 changes: 13 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: go
sudo: false
go:
- tip

services:
- redis-server

before_install:
- go get github.com/mattn/goveralls

script:
- $GOPATH/bin/goveralls -service=travis-ci
language: go
sudo: false
go:
- tip

services:
- redis-server

before_install:
- go get github.com/mattn/goveralls

script:
- $GOPATH/bin/goveralls -service=travis-ci
402 changes: 201 additions & 201 deletions LICENSE

Large diffs are not rendered by default.

0 comments on commit f2483cf

Please sign in to comment.