Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
G
getty
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wei.xuan
getty
Commits
406c74e3
Commit
406c74e3
authored
Jul 14, 2020
by
watermelo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add: license checker
parent
f3a16c17
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
.travis.yml
.travis.yml
+1
-0
getty.go
getty.go
+3
-3
No files found.
.travis.yml
View file @
406c74e3
...
...
@@ -13,6 +13,7 @@ install: true
script
:
-
go fmt ./... && [[ -z `git status -s` ]]
-
/tmp/tools/license/license-header-checker -v -a -r -i vendor /tmp/tools/license/license.txt . go && [[ -z `git status -s` ]]
-
go mod vendor && go test $(go list ./... | grep -v vendor | grep -v demo) -coverprofile=coverage.txt -covermode=atomic
after_success
:
...
...
getty.go
View file @
406c74e3
...
...
@@ -100,7 +100,7 @@ const (
)
/////////////////////////////////////////
// connection
interfacke
// connection
/////////////////////////////////////////
type
Connection
interface
{
...
...
@@ -129,7 +129,7 @@ type Connection interface {
}
/////////////////////////////////////////
// Session
interfacke
// Session
/////////////////////////////////////////
var
(
...
...
@@ -175,7 +175,7 @@ type Session interface {
}
/////////////////////////////////////////
// EndPoint
interfacke
// EndPoint
/////////////////////////////////////////
type
EndPoint
interface
{
...
...
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