fixed scheduler build error and added drone config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tessa Nordgren 2021-03-12 18:46:17 -08:00
parent 549143fb4b
commit 89ebae6daf
2 changed files with 10 additions and 1 deletions

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
---
kind: pipeline
name: default
steps:
- name: build library
image: golang
commands:
- go test
- go build

View File

@ -1,7 +1,6 @@
package gtq
import (
"fmt"
"sort"
"time"
)