Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Uppsf 143 improvements #18

Merged
merged 5 commits into from
Feb 19, 2019
Merged

Uppsf 143 improvements #18

merged 5 commits into from
Feb 19, 2019

Conversation

ekaneva
Copy link

@ekaneva ekaneva commented Feb 14, 2019

Updated go version, logger and switching from govendor go dep.

Gopkg.toml Outdated
@@ -0,0 +1,62 @@
# Gopkg.toml example

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the example toml file (the comments in this file)

main_test.go Outdated
@@ -19,6 +13,11 @@ import (
"github.com/Financial-Times/transactionid-utils-go"
"github.com/gorilla/mux"
"github.com/stretchr/testify/assert"
"io/ioutil"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can use goimports linter to make sure that the imports are in the following order:

  • imports from the Go standard library in alphabetical order;
  • external imports in alphabetical order;
    Every go code file follows these rules.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 82.819% when pulling 6c41a3f on UPPSF-143-improvements into 822bde9 on master.

@gotha gotha merged commit c8ec645 into master Feb 19, 2019
@mchompalova mchompalova deleted the UPPSF-143-improvements branch August 10, 2020 14:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants