Skip to content

Commit

Permalink
Merge branch 'feature/MontFerret#236-cookies' of https://github.com/M…
Browse files Browse the repository at this point in the history
  • Loading branch information
3timeslazy committed Mar 4, 2019
2 parents 283cf27 + 9e737dd commit db21ead
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- make fmt
- if [[ $(git diff --stat) != '' ]]; then echo 'Invalid formatting!' >&2; exit 1; fi
- stage: compile
go: stable
script:
- make generate
- make compile
Expand All @@ -61,5 +62,6 @@ jobs:
after_script:
- killall google-chrome-stable
- stage: bench
go: stable
script:
- make bench
3 changes: 1 addition & 2 deletions examples/cookies.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package main

import (
"context"
"encoding/json"
"fmt"
"os"

Expand All @@ -26,4 +25,4 @@ func run(q string) ([]byte, error) {
)

return program.Run(ctx)
}
}

0 comments on commit db21ead

Please sign in to comment.