Skip to content

Commit

Permalink
make it a go module
Browse files Browse the repository at this point in the history
  • Loading branch information
pseidemann committed Jan 15, 2020
1 parent 385f985 commit 934df78
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 183 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: 'go'

go:
- '1.10.x'
- '1.11.x'
- '1.12.x'
- '1.13.x'
- '1.x'

install:
Expand Down
55 changes: 0 additions & 55 deletions examples/full/full.go

This file was deleted.

32 changes: 0 additions & 32 deletions examples/log/log.go

This file was deleted.

32 changes: 0 additions & 32 deletions examples/signals/signals.go

This file was deleted.

31 changes: 0 additions & 31 deletions examples/simple/simple.go

This file was deleted.

31 changes: 0 additions & 31 deletions examples/timeout/timeout.go

This file was deleted.

3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/pseidemann/finish

go 1.13

0 comments on commit 934df78

Please sign in to comment.