Preparing report...

Report for github.com/tmconsulting/s7-golang-sdk

A+    Excellent!    Found 58 issues across 82 files

Tweet

gofmt97%

Gofmt formats Go programs. We run gofmt -s on your code, where -s is for the "simplify" command


go_vet100%

go vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string.

No problems detected. Good job!


gocyclo100%

Gocyclo calculates cyclomatic complexities of functions in Go source code. The cyclomatic complexity of a function is calculated according to the following rules: 1 is the base complexity of a function +1 for each 'if', 'for', 'case', '&&' or '||' Go Report Card warns on functions with cyclomatic complexity > 15.

No problems detected. Good job!


golint29%

Golint is a linter for Go source code.

    • s7-golang-sdk/reprice_rs.go
    • Line 1: warning: don't use an underscore in package name (golint)
    • Line 3: warning: exported type ItinReshopRS should have comment or be unexported (golint)
    • Line 10: warning: exported type ReShopOffers should have comment or be unexported (golint)
    • Line 14: warning: exported type ReShopOffer should have comment or be unexported (golint)
    • Line 21: warning: exported type DetailsPrice should have comment or be unexported (golint)
    • Line 25: warning: exported type DetalPrice should have comment or be unexported (golint)
    • Line 30: warning: exported type Surcharges should have comment or be unexported (golint)
    • Line 34: warning: exported type Surcharge should have comment or be unexported (golint)
    • s7-golang-sdk/book_rq.go
    • Line 1: warning: don't use an underscore in package name (golint)
    • Line 7: warning: exported type OrderCreateRQ should have comment or be unexported (golint)
    • Line 15: warning: exported type Query should have comment or be unexported (golint)
    • Line 24: warning: exported type ShoppingResponse should have comment or be unexported (golint)
    • Line 30: warning: exported type Offers should have comment or be unexported (golint)
    • Line 34: warning: exported type Offer should have comment or be unexported (golint)
    • Line 39: warning: exported type OfferItems should have comment or be unexported (golint)
    • Line 44: warning: exported type OfferItem should have comment or be unexported (golint)
    • Line 51: warning: exported type InstructionsList should have comment or be unexported (golint)
    • Line 55: warning: exported type Instruction should have comment or be unexported (golint)
    • Line 60: warning: exported type SpecialBookingInstruction should have comment or be unexported (golint)
    • Line 65: warning: exported type OfferItemType should have comment or be unexported (golint)
    • Line 69: warning: exported type DetailedFlightItem should have comment or be unexported (golint)
    • Line 73: warning: exported function MakeSessionBookRQ should have comment or be unexported (golint)
    • s7-golang-sdk/user.go
    • Line 1: warning: don't use an underscore in package name (golint)
    • Line 4: warning: exported const PassengerTypeCodeAdult should have comment (or a comment on this block) or be unexported (golint)
    • Line 9: warning: exported type User should have comment or be unexported (golint)
    • Line 21: warning: exported type PTC should have comment or be unexported (golint)
    • Line 26: warning: exported function MakePTC should have comment or be unexported (golint)
    • Line 63: warning: exported type Age should have comment or be unexported (golint)
    • Line 67: warning: exported function MakeAge should have comment or be unexported (golint)
    • Line 73: warning: exported type Name should have comment or be unexported (golint)
    • Line 80: warning: exported function MakeName should have comment or be unexported (golint)
    • Line 89: warning: exported type Contacts should have comment or be unexported (golint)
    • Line 93: warning: exported type Contact should have comment or be unexported (golint)
    • Line 98: warning: exported function MakeContact should have comment or be unexported (golint)
    • Line 123: warning: exported type EmailContact should have comment or be unexported (golint)
    • Line 127: warning: exported type PhoneContact should have comment or be unexported (golint)
    • Line 131: warning: exported type PhoneNumber should have comment or be unexported (golint)
    • Line 137: warning: exported type FQTVs should have comment or be unexported (golint)
    • Line 141: warning: exported type TravelerFQTVInformation should have comment or be unexported (golint)
    • Line 147: warning: exported function MakeTravelerFQTVInformation should have comment or be unexported (golint)
    • Line 157: warning: exported type Account should have comment or be unexported (golint)
    • Line 161: warning: exported type PassengerIDInfo should have comment or be unexported (golint)
    • Line 165: warning: exported type PassengerDocument should have comment or be unexported (golint)
    • Line 174: warning: exported type Passengers should have comment or be unexported (golint)
    • s7-golang-sdk/logs/null_loger.go
    • Line 3: warning: exported type NullLog should have comment or be unexported (golint)
    • Line 7: warning: exported function NewNullLog should have comment or be unexported (golint)
    • Line 11: warning: exported method NullLog.Debug should have comment or be unexported (golint)
    • Line 12: warning: exported method NullLog.Debugf should have comment or be unexported (golint)
    • Line 13: warning: exported method NullLog.Info should have comment or be unexported (golint)
    • Line 14: warning: exported method NullLog.Infof should have comment or be unexported (golint)
    • Line 15: warning: exported method NullLog.Warnf should have comment or be unexported (golint)
    • Line 16: warning: exported method NullLog.Warning should have comment or be unexported (golint)
    • Line 17: warning: exported method NullLog.Warningf should have comment or be unexported (golint)
    • Line 19: warning: exported method NullLog.Errorf should have comment or be unexported (golint)
    • Line 20: warning: exported method NullLog.Fatal should have comment or be unexported (golint)
    • Line 21: warning: exported method NullLog.Fatalf should have comment or be unexported (golint)
    • s7-golang-sdk/structsV052/destination.go
    • Line 1: warning: don't use MixedCaps in package name; structsV052 should be structsv052 (golint)
    • Line 3: warning: exported type OriginDestination should have comment or be unexported (golint)
    • Line 19: warning: exported type Status should have comment or be unexported (golint)
    • Line 23: warning: exported type StatusCode should have comment or be unexported (golint)
    • Line 27: warning: exported type Point should have comment or be unexported (golint)
    • Line 34: warning: exported function MakePoint should have comment or be unexported (golint)
    • Line 48: warning: exported type Terminal should have comment or be unexported (golint)
    • Line 52: warning: exported type Equipment should have comment or be unexported (golint)
    • Line 57: warning: exported function MakeEquipment should have comment or be unexported (golint)
    • Line 64: warning: exported type ClassOfService should have comment or be unexported (golint)
    • Line 69: warning: exported type OriginDestinationFlight should have comment or be unexported (golint)
    • s7-golang-sdk/demand_tickets_rq.go
    • Line 1: warning: don't use an underscore in package name (golint)
    • Line 7: warning: exported type AirDocIssueRQ should have comment or be unexported (golint)
    • Line 15: warning: exported function MakeAirDocIssueRQ should have comment or be unexported (golint)
    • Line 39: warning: exported type TicketDocInfo should have comment or be unexported (golint)
    • Line 54: warning: exported type TicketPrice should have comment or be unexported (golint)
    • Line 59: warning: exported type DetailsTicketPrice should have comment or be unexported (golint)
    • Line 63: warning: exported type DetailTicketPrice should have comment or be unexported (golint)
    • Line 68: warning: exported type TravelerInfo should have comment or be unexported (golint)
    • Line 74: warning: exported type TravelerDoc should have comment or be unexported (golint)
    • Line 80: warning: exported type Payments should have comment or be unexported (golint)
    • Line 84: warning: exported type Payment should have comment or be unexported (golint)
    • Line 90: warning: exported type Type should have comment or be unexported (golint)
    • s7-golang-sdk/structsV052/reprice.response.go
    • Line 1: warning: don't use MixedCaps in package name; structsV052 should be structsv052 (golint)
    • Line 3: warning: exported type ItinReshopRS should have comment or be unexported (golint)
    • Line 10: warning: comment on exported method ItinReshopRS.GetReshopPriceByPax should be of the form "GetReshopPriceByPax ..." (golint)
    • Line 27: warning: exported type ReShopOffers should have comment or be unexported (golint)
    • Line 31: warning: exported type ReShopOffer should have comment or be unexported (golint)
    • Line 38: warning: exported method ReshopResponse.GetTotalPrice should have comment or be unexported (golint)
    • s7-golang-sdk/structsV052/air.shopping.response.go
    • Line 1: warning: don't use MixedCaps in package name; structsV052 should be structsv052 (golint)
    • Line 27: warning: exported type AnonymousTravelerList should have comment or be unexported (golint)
    • Line 64: warning: exported method AirlineOffer.GetTaxFromPrice should have comment or be unexported (golint)
    • Line 117: warning: comment on exported method AirlineOffer.TotalPriceFromAirlineOffer should be of the form "TotalPriceFromAirlineOffer ..." (golint)
    • Line 141: warning: exported method AirlineOffer.CurrencyFromPrice should have comment or be unexported (golint)
    • Line 193: warning: exported type PaxSegmentsAssociations should have comment or be unexported (golint)
    • Line 197: warning: exported method OfferPrice.GetAllSegments should have comment or be unexported (golint)
    • Line 201: warning: exported type SegmentPax should have comment or be unexported (golint)
    • Line 283: warning: comment on exported method OfferPrice.GetOfferPriceSegmentIDs should be of the form "GetOfferPriceSegmentIDs ..." (golint)
    • Line 330: warning: comment on exported method OfferPrice.GetCabinTypePax should be of the form "GetCabinTypePax ..." (golint)
    • Line 355: warning: comment on exported method OfferPrice.GetClassTypePax should be of the form "GetClassTypePax ..." (golint)
    • Line 381: warning: exported method OfferPrice.GetBaggageInformation should have comment or be unexported (golint)
    • Line 385: warning: exported method OfferPrice.GetSegmentAdditionalInfo should have comment or be unexported (golint)
    • Line 398: warning: exported method OfferPrice.GetSegmentsAdditionalInfo should have comment or be unexported (golint)
    • Line 444: warning: exported type Associations should have comment or be unexported (golint)
    • Line 451: warning: exported type AssociatedTraveler should have comment or be unexported (golint)
    • Line 455: warning: exported type ApplicableFlight should have comment or be unexported (golint)
    • Line 461: warning: exported type FlightSegmentReference should have comment or be unexported (golint)
    • Line 468: warning: exported type CabinFlightSegment should have comment or be unexported (golint)
    • Line 473: warning: exported type BagDetailAssociation should have comment or be unexported (golint)
    • Line 478: warning: exported type OtherAssociations should have comment or be unexported (golint)
    • Line 482: warning: exported type OtherAssociation should have comment or be unexported (golint)
    • Line 487: warning: exported type FareDetail should have comment or be unexported (golint)
    • Line 494: warning: exported type FareComponent should have comment or be unexported (golint)
    • Line 503: warning: exported type ParametersFareComponent should have comment or be unexported (golint)
    • Line 507: warning: exported type PriceBreakdown should have comment or be unexported (golint)
    • Line 511: warning: exported type Price should have comment or be unexported (golint)
    • Line 517: warning: exported type FareBasis should have comment or be unexported (golint)
    • Line 522: warning: exported type FareBasisCode should have comment or be unexported (golint)
    • Line 527: warning: exported type TicketDesig should have comment or be unexported (golint)
    • Line 532: warning: exported type FareRules should have comment or be unexported (golint)
    • Line 537: warning: exported type Ticketing should have comment or be unexported (golint)
    • Line 541: warning: exported type Endorsements should have comment or be unexported (golint)
    • Line 545: warning: exported type DataLists should have comment or be unexported (golint)
    • Line 557: warning: exported type CarryOnAllowanceList should have comment or be unexported (golint)
    • Line 561: warning: exported type CarryOnAllowance should have comment or be unexported (golint)
    • Line 566: warning: exported type AllowanceDescription should have comment or be unexported (golint)
    • Line 572: warning: exported type CheckedBagAllowanceList should have comment or be unexported (golint)
    • Line 576: warning: exported type CheckedBagAllowance should have comment or be unexported (golint)
    • Line 581: warning: exported type FareList should have comment or be unexported (golint)
    • Line 585: warning: exported type FareGroup should have comment or be unexported (golint)
    • Line 592: warning: exported type Fare should have comment or be unexported (golint)
    • Line 597: warning: exported type FareCode should have comment or be unexported (golint)
    • Line 601: warning: exported type FlightSegmentList should have comment or be unexported (golint)
    • Line 605: warning: exported type FlightSegment should have comment or be unexported (golint)
    • Line 615: warning: exported type FlightDetail should have comment or be unexported (golint)
    • Line 621: warning: exported type ValueUOM should have comment or be unexported (golint)
    • Line 626: warning: exported type FlightDuration should have comment or be unexported (golint)
    • Line 630: warning: exported type Stops should have comment or be unexported (golint)
    • Line 635: warning: exported type StopLocation should have comment or be unexported (golint)
    • Line 644: warning: exported type OriginDestinationList should have comment or be unexported (golint)
    • Line 648: warning: exported type OriginDestinationRS should have comment or be unexported (golint)
    • Line 655: warning: exported type PenaltyList should have comment or be unexported (golint)
    • Line 659: warning: exported type Penalty should have comment or be unexported (golint)
    • Line 664: warning: exported type PenaltyDetails should have comment or be unexported (golint)
    • Line 668: warning: exported type PenaltyDetail should have comment or be unexported (golint)
    • Line 673: warning: exported type PenaltyAmounts should have comment or be unexported (golint)
    • Line 677: warning: exported type PenaltyAmount should have comment or be unexported (golint)
    • Line 682: warning: exported type PenaltyAmountValue should have comment or be unexported (golint)
    • Line 687: warning: exported type ServiceList should have comment or be unexported (golint)
    • Line 691: warning: exported type Service should have comment or be unexported (golint)
    • Line 699: warning: exported const ResultTypeSmartchoice should have comment (or a comment on this block) or be unexported (golint)
    • s7-golang-sdk/demand_tickets_rs.go
    • Line 1: warning: don't use an underscore in package name (golint)
    • Line 3: warning: exported type AirDocDisplayRS should have comment or be unexported (golint)
    • Line 10: warning: exported type TicketDocInfos should have comment or be unexported (golint)
    • Line 14: warning: exported type IssuingAirlineInfo should have comment or be unexported (golint)
    • Line 18: warning: exported type OriginDestinationDemand should have comment or be unexported (golint)
    • Line 23: warning: exported type FareInfo should have comment or be unexported (golint)
    • Line 30: warning: exported type BaseFare should have comment or be unexported (golint)
    • Line 34: warning: exported type UnstructuredFareCalcInfo should have comment or be unexported (golint)
    • Line 38: warning: exported type TicketDocument should have comment or be unexported (golint)
    • Line 46: warning: exported type CouponInfo should have comment or be unexported (golint)
    • Line 54: warning: exported type CouponValid should have comment or be unexported (golint)
    • Line 58: warning: exported type EffectiveDatePeriod should have comment or be unexported (golint)
    • Line 62: warning: exported type SoldAirlineInfo should have comment or be unexported (golint)
    • Line 70: warning: exported type OperatingCarrier should have comment or be unexported (golint)
    • Line 74: warning: exported type TicketedBaggageAllowance should have comment or be unexported (golint)
    • Line 78: warning: exported type AllowableBag should have comment or be unexported (golint)
    • Line 83: warning: exported type Commission should have comment or be unexported (golint)
    • s7-golang-sdk/structsV052/book.response.go
    • Line 1: warning: don't use MixedCaps in package name; structsV052 should be structsv052 (golint)
    • Line 3: warning: exported type OrderViewRS should have comment or be unexported (golint)
    • Line 10: warning: exported type BookingReferences should have comment or be unexported (golint)
    • Line 14: warning: exported type BookingReference should have comment or be unexported (golint)
    • s7-golang-sdk/book_rs.go
    • Line 1: warning: don't use an underscore in package name (golint)
    • Line 3: warning: exported type OrderViewRS should have comment or be unexported (golint)
    • Line 10: warning: exported type BookingReferences should have comment or be unexported (golint)
    • Line 14: warning: exported type BookingReference should have comment or be unexported (golint)
    • s7-golang-sdk/structsV052/demand.tickets.request.go
    • Line 1: warning: don't use MixedCaps in package name; structsV052 should be structsv052 (golint)
    • Line 7: warning: exported type AirDocIssueRQ should have comment or be unexported (golint)
    • Line 15: warning: exported type QueryAirDocIssue should have comment or be unexported (golint)
    • Line 24: warning: exported type TicketDocInfo should have comment or be unexported (golint)
    • Line 39: warning: exported type TicketPrice should have comment or be unexported (golint)
    • Line 44: warning: exported type DetailsTicketPrice should have comment or be unexported (golint)
    • Line 48: warning: exported type DetailTicketPrice should have comment or be unexported (golint)
    • Line 53: warning: exported type TravelerInfo should have comment or be unexported (golint)
    • Line 59: warning: exported type TravelerDoc should have comment or be unexported (golint)
    • Line 65: warning: exported type Payments should have comment or be unexported (golint)
    • Line 69: warning: exported type Payment should have comment or be unexported (golint)
    • Line 76: warning: exported type Type should have comment or be unexported (golint)
    • Line 81: warning: exported function MakeAirDocIssueRQ should have comment or be unexported (golint)
    • s7-golang-sdk/structsV052/demand.tickets.response.go
    • Line 1: warning: don't use MixedCaps in package name; structsV052 should be structsv052 (golint)
    • Line 3: warning: exported type AirDocDisplayRS should have comment or be unexported (golint)
    • Line 10: warning: exported type TicketDocInfos should have comment or be unexported (golint)
    • Line 14: warning: exported type IssuingAirlineInfo should have comment or be unexported (golint)
    • Line 18: warning: exported type OriginDestinationDemand should have comment or be unexported (golint)
    • Line 23: warning: exported type FareInfo should have comment or be unexported (golint)
    • Line 30: warning: exported type BaseFare should have comment or be unexported (golint)
    • Line 34: warning: exported type UnstructuredFareCalcInfo should have comment or be unexported (golint)
    • Line 38: warning: exported type TicketDocument should have comment or be unexported (golint)
    • Line 46: warning: exported type CouponInfo should have comment or be unexported (golint)
    • Line 54: warning: exported type CouponValid should have comment or be unexported (golint)
    • Line 58: warning: exported type EffectiveDatePeriod should have comment or be unexported (golint)
    • Line 62: warning: exported type SoldAirlineInfo should have comment or be unexported (golint)
    • Line 70: warning: exported type OperatingCarrier should have comment or be unexported (golint)
    • Line 74: warning: exported type TicketedBaggageAllowance should have comment or be unexported (golint)
    • Line 78: warning: exported type AllowableBag should have comment or be unexported (golint)
    • Line 83: warning: exported type Commission should have comment or be unexported (golint)
    • s7-golang-sdk/air_doc_void.go
    • Line 1: warning: don't use an underscore in package name (golint)
    • Line 5: warning: exported type AirDocVoidRQ should have comment or be unexported (golint)
    • Line 13: warning: exported type QueryAirVoid should have comment or be unexported (golint)
    • Line 18: warning: exported type AirDocVoidRS should have comment or be unexported (golint)
    • Line 26: warning: exported type ResponseAirDocVoid should have comment or be unexported (golint)
    • Line 30: warning: exported function MakeAirDocVoidRQ should have comment or be unexported (golint)
    • s7-golang-sdk/air_shopping_rs.go
    • Line 1: warning: don't use an underscore in package name (golint)
    • Line 8: warning: exported type AirShoppingRS should have comment or be unexported (golint)
    • Line 18: warning: exported type OffersGroup should have comment or be unexported (golint)
    • Line 22: warning: exported type AirlineOffers should have comment or be unexported (golint)
    • Line 28: warning: exported type AirlineOffer should have comment or be unexported (golint)
    • Line 34: warning: exported type TotalPrice should have comment or be unexported (golint)
    • Line 38: warning: exported type DetailCurrencyPrice should have comment or be unexported (golint)
    • Line 45: warning: exported type Fees should have comment or be unexported (golint)
    • Line 49: warning: exported type FlightSegmentReference should have comment or be unexported (golint)
    • Line 56: warning: exported type CabinFlightSegment should have comment or be unexported (golint)
    • Line 61: warning: exported type AnonymousTravelerList should have comment or be unexported (golint)
    • Line 65: warning: exported type CheckedBagAllowanceList should have comment or be unexported (golint)
    • Line 69: warning: exported type CheckedBagAllowance should have comment or be unexported (golint)
    • Line 77: warning: exported type WeightAllowance should have comment or be unexported (golint)
    • Line 82: warning: exported type AllowanceDescription should have comment or be unexported (golint)
    • Line 87: warning: exported type PieceAllowance should have comment or be unexported (golint)
    • Line 94: warning: exported type PieceMeasurements should have comment or be unexported (golint)
    • Line 98: warning: exported type FareList should have comment or be unexported (golint)
    • Line 102: warning: exported type FareGroup should have comment or be unexported (golint)
    • Line 109: warning: exported type Fare should have comment or be unexported (golint)
    • Line 114: warning: exported type FareCode should have comment or be unexported (golint)
    • Line 118: warning: exported type ParametersRS should have comment or be unexported (golint)
    • Line 122: warning: exported type PriceBreakdown should have comment or be unexported (golint)
    • Line 126: warning: exported type Price should have comment or be unexported (golint)
    • Line 132: warning: exported type FlightSegmentList should have comment or be unexported (golint)
    • Line 136: warning: exported type FlightSegment should have comment or be unexported (golint)
    • Line 147: warning: exported type FlightDetail should have comment or be unexported (golint)
    • Line 153: warning: exported type Stops should have comment or be unexported (golint)
    • Line 158: warning: exported type StopLocation should have comment or be unexported (golint)
    • Line 167: warning: exported method StopLocation.GetArrivalDate should have comment or be unexported (golint)
    • Line 172: warning: exported method StopLocation.GetDepartureDate should have comment or be unexported (golint)
    • Line 177: warning: exported type ValueUOM should have comment or be unexported (golint)
    • Line 182: warning: exported type FlightDuration should have comment or be unexported (golint)
    • Line 186: warning: exported type FlightList should have comment or be unexported (golint)
    • Line 190: warning: exported type OriginDestinationList should have comment or be unexported (golint)
    • Line 194: warning: exported type OriginDestinationRS should have comment or be unexported (golint)
    • Line 201: warning: exported type PenaltyList should have comment or be unexported (golint)
    • Line 205: warning: exported type Penalty should have comment or be unexported (golint)
    • Line 211: warning: exported type Details should have comment or be unexported (golint)
    • Line 215: warning: exported type Detail should have comment or be unexported (golint)
    • Line 220: warning: exported type Amounts should have comment or be unexported (golint)
    • Line 224: warning: exported type Amount should have comment or be unexported (golint)
    • Line 229: warning: exported type CurrencyAmountValue should have comment or be unexported (golint)
    • Line 234: warning: exported type PriceClassList should have comment or be unexported (golint)
    • Line 238: warning: exported type PriceClass should have comment or be unexported (golint)
    • Line 245: warning: exported type BagDetailAssociation should have comment or be unexported (golint)
    • s7-golang-sdk/structsV052/common.go
    • Line 1: warning: don't use MixedCaps in package name; structsV052 should be structsv052 (golint)
    • Line 7: warning: exported type Envelope should have comment or be unexported (golint)
    • Line 13: warning: exported type Header should have comment or be unexported (golint)
    • Line 15: warning: exported type Body should have comment or be unexported (golint)
    • Line 31: warning: exported type ReshopResponse should have comment or be unexported (golint)
    • Line 40: warning: exported type OrderViewResponse should have comment or be unexported (golint)
    • Line 49: warning: exported method OrderViewResponse.GetPassengersIDs should have comment or be unexported (golint)
    • Line 58: warning: exported type PassengerOrderRS should have comment or be unexported (golint)
    • Line 79: warning: exported method ReshopResponse.GetPriceByPax should have comment or be unexported (golint)
    • Line 100: warning: exported type Passenger should have comment or be unexported (golint)
    • Line 106: warning: exported type PassengersRefs should have comment or be unexported (golint)
    • Line 110: warning: exported type PassengerPTC should have comment or be unexported (golint)
    • Line 115: warning: exported type PassengerName should have comment or be unexported (golint)
    • Line 119: warning: exported type Surname should have comment or be unexported (golint)
    • Line 123: warning: exported type ItinReshopProcessing should have comment or be unexported (golint)
    • Line 125: warning: exported type DataList should have comment or be unexported (golint)
    • Line 132: warning: exported type TermsList should have comment or be unexported (golint)
    • Line 137: warning: exported type Term should have comment or be unexported (golint)
    • Line 143: warning: exported type AvailablePeriod should have comment or be unexported (golint)
    • Line 148: warning: exported type Period should have comment or be unexported (golint)
    • Line 152: warning: exported type Order should have comment or be unexported (golint)
    • Line 159: warning: exported type OfferID should have comment or be unexported (golint)
    • Line 164: warning: exported type Success should have comment or be unexported (golint)
    • Line 166: warning: exported type Document should have comment or be unexported (golint)
    • Line 176: warning: exported type Party should have comment or be unexported (golint)
    • Line 180: warning: exported type Sender should have comment or be unexported (golint)
    • Line 184: warning: exported type Flight should have comment or be unexported (golint)
    • Line 197: warning: exported method Flight.FillSegmentKey should have comment or be unexported (golint)
    • Line 201: warning: exported method Flight.FillStatusCode should have comment or be unexported (golint)
    • Line 205: warning: exported method Flight.FillDeparture should have comment or be unexported (golint)
    • Line 216: warning: exported method Flight.FillArrival should have comment or be unexported (golint)
    • Line 228: warning: exported method Flight.FillMarketingCarrier should have comment or be unexported (golint)
    • Line 239: warning: exported method Flight.FillOperatingCarrier should have comment or be unexported (golint)
    • Line 248: warning: exported method Flight.FillCabinType should have comment or be unexported (golint)
    • Line 259: warning: exported method Flight.FillClassOfService should have comment or be unexported (golint)
    • Line 271: warning: exported type Carrier should have comment or be unexported (golint)
    • Line 276: warning: exported type CalendarDates should have comment or be unexported (golint)
    • Line 282: warning: exported type CabinType should have comment or be unexported (golint)
    • Line 286: warning: exported type Code should have comment or be unexported (golint)
    • Line 291: warning: exported type Total should have comment or be unexported (golint)
    • Line 296: warning: exported type DetailsPrice should have comment or be unexported (golint)
    • Line 300: warning: exported type DetailPrice should have comment or be unexported (golint)
    • Line 305: warning: exported type Taxes should have comment or be unexported (golint)
    • Line 310: warning: exported type Breakdown should have comment or be unexported (golint)
    • Line 314: warning: exported type Tax should have comment or be unexported (golint)
    • Line 319: warning: exported type Fees should have comment or be unexported (golint)
    • Line 323: warning: exported type Surcharges should have comment or be unexported (golint)
    • Line 327: warning: exported type Surcharge should have comment or be unexported (golint)
    • Line 331: warning: exported type Descriptions should have comment or be unexported (golint)
    • Line 335: warning: exported type Description should have comment or be unexported (golint)
    • Line 339: warning: exported type Metadata should have comment or be unexported (golint)
    • Line 343: warning: exported type Other should have comment or be unexported (golint)
    • Line 348: warning: exported type OtherMetadata should have comment or be unexported (golint)
    • Line 353: warning: exported type CurrencyMetadatas should have comment or be unexported (golint)
    • Line 357: warning: exported type CurrencyMetadata should have comment or be unexported (golint)
    • Line 363: warning: exported type RuleMetadatas should have comment or be unexported (golint)
    • Line 367: warning: exported type RuleMetadata should have comment or be unexported (golint)
    • Line 374: warning: exported type Errors should have comment or be unexported (golint)
    • Line 378: warning: exported type Error should have comment or be unexported (golint)
    • Line 388: warning: exported type Remarks should have comment or be unexported (golint)
    • Line 392: warning: exported type TimeLimits should have comment or be unexported (golint)
    • Line 397: warning: exported type TicketingTimeLimits should have comment or be unexported (golint)
    • Line 401: warning: exported type PaymentTimeLimit should have comment or be unexported (golint)
    • Line 405: warning: exported type OrderItemsRS should have comment or be unexported (golint)
    • Line 409: warning: exported type Qualifiers should have comment or be unexported (golint)
    • Line 413: warning: exported type Qualifier should have comment or be unexported (golint)
    • Line 417: warning: exported type SpecialFareQualifiers should have comment or be unexported (golint)
    • Line 436: warning: exported type PaxFareItem should have comment or be unexported (golint)
    • Line 444: warning: exported type BookingPrice should have comment or be unexported (golint)
    • Line 452: warning: exported type PricePassenger should have comment or be unexported (golint)
    • Line 465: warning: exported type Baggage should have comment or be unexported (golint)
    • Line 470: warning: exported type Amount should have comment or be unexported (golint)
    • Line 475: warning: exported type PaxesFare should have comment or be unexported (golint)
    • s7-golang-sdk/structsV052/mocks.go
    • Line 1: warning: don't use MixedCaps in package name; structsV052 should be structsv052 (golint)
    • Line 5: warning: exported var MockOfferPrice should have comment or be unexported (golint)
    • Line 19: warning: exported var MockADTFare should have comment or be unexported (golint)
    • Line 20: warning: exported var MockCHDFare should have comment or be unexported (golint)
    • Line 22: warning: exported var MockADTTotalAmount should have comment or be unexported (golint)
    • Line 23: warning: exported var MockCHDTotalAmount should have comment or be unexported (golint)
    • Line 25: warning: exported var MockCHDTax should have comment or be unexported (golint)
    • Line 26: warning: exported var MockADTTax should have comment or be unexported (golint)
    • Line 28: warning: exported var MockSeatsLeft should have comment or be unexported (golint)
    • Line 29: warning: exported var MockCodeValue should have comment or be unexported (golint)
    • Line 33: warning: exported var MockClassOfService should have comment or be unexported (golint)
    • Line 41: warning: exported var MockCabinDesignator should have comment or be unexported (golint)
    • Line 42: warning: exported var MockMarketingName should have comment or be unexported (golint)
    • Line 44: warning: exported var MockCabinFlightSegment should have comment or be unexported (golint)
    • Line 49: warning: exported var MockApplicableFlight should have comment or be unexported (golint)
    • Line 62: warning: exported var MockAssociation should have comment or be unexported (golint)
    • Line 69: warning: exported var MockPriceDetail should have comment or be unexported (golint)
    • Line 99: warning: exported var MockTravelersType should have comment or be unexported (golint)
    • Line 101: warning: exported var MockTraveler should have comment or be unexported (golint)
    • Line 133: warning: exported var MockTravelerEmpty should have comment or be unexported (golint)
    • Line 165: warning: exported var MockTravelerFULL should have comment or be unexported (golint)
    • Line 255: warning: exported var MockResponse should have comment or be unexported (golint)
    • Line 274: warning: exported var MockPassengersRefs should have comment or be unexported (golint)
    • Line 293: warning: exported var MockAirlineOffer should have comment or be unexported (golint)
    • Line 497: warning: exported var MockTravelers should have comment or be unexported (golint)
    • Line 544: warning: exported var MockPassengerOrderViewRS should have comment or be unexported (golint)
    • Line 579: warning: exported var MockPassengerKeys should have comment or be unexported (golint)
    • Line 581: warning: exported var MockOrderViewResponse should have comment or be unexported (golint)
    • Line 587: warning: exported var MockOrderViewResponseReshop should have comment or be unexported (golint)
    • Line 603: warning: exported var MockOrderViewRS should have comment or be unexported (golint)
    • Line 607: warning: exported var MockFlighSegmentList should have comment or be unexported (golint)
    • Line 633: warning: exported var MocksAnonymousTravelerList should have comment or be unexported (golint)
    • Line 652: warning: exported var MockAirShoppingEnvelope should have comment or be unexported (golint)
    • Line 681: warning: exported var MockOrderItems should have comment or be unexported (golint)
    • Line 687: warning: exported var MockOfferItem should have comment or be unexported (golint)
    • Line 751: warning: exported var MockFlightSegmentList should have comment or be unexported (golint)
    • Line 766: warning: exported var MockFareComponents should have comment or be unexported (golint)
    • Line 768: warning: exported var MockFareComponent should have comment or be unexported (golint)
    • Line 782: warning: exported var MockOrderItemsSlice should have comment or be unexported (golint)
    • Line 784: warning: exported var MockOriginDestinations should have comment or be unexported (golint)
    • Line 786: warning: exported var MockOriginDestination should have comment or be unexported (golint)
    • Line 802: warning: exported var OriginalDestinations should have comment or be unexported (golint)
    • Line 850: warning: exported var MockOrderItem should have comment or be unexported (golint)
    • Line 861: warning: exported var MockPaxSegmentsAssociations should have comment or be unexported (golint)
    • s7-golang-sdk/destination.go
    • Line 1: warning: don't use an underscore in package name (golint)
    • Line 13: warning: exported type OriginDestination should have comment or be unexported (golint)
    • Line 28: warning: exported type Status should have comment or be unexported (golint)
    • Line 32: warning: exported type StatusCode should have comment or be unexported (golint)
    • Line 36: warning: exported type Point should have comment or be unexported (golint)
    • Line 43: warning: exported method Point.GetTerminal should have comment or be unexported (golint)
    • Line 50: warning: exported method Point.GetDate should have comment or be unexported (golint)
    • Line 55: warning: exported method Point.GetDateISO should have comment or be unexported (golint)
    • Line 59: warning: exported type Terminal should have comment or be unexported (golint)
    • Line 63: warning: exported function MakePoint should have comment or be unexported (golint)
    • Line 77: warning: exported function MakeOriginDestination should have comment or be unexported (golint)
    • Line 102: warning: exported type OriginDestinationFlight should have comment or be unexported (golint)
    • s7-golang-sdk/structsV052/traveler.go
    • Line 1: warning: don't use MixedCaps in package name; structsV052 should be structsv052 (golint)
    • Line 3: warning: exported type TravelerType should have comment or be unexported (golint)
    • Line 16: warning: exported type PassengerOrderViewRS should have comment or be unexported (golint)
    • Line 25: warning: exported type PTC should have comment or be unexported (golint)
    • Line 31: warning: exported type Age should have comment or be unexported (golint)
    • Line 35: warning: exported function MakeAge should have comment or be unexported (golint)
    • Line 41: warning: exported type Name should have comment or be unexported (golint)
    • Line 48: warning: exported function MakeName should have comment or be unexported (golint)
    • Line 57: warning: exported type Contacts should have comment or be unexported (golint)
    • Line 61: warning: exported type Contact should have comment or be unexported (golint)
    • Line 66: warning: exported function MakeContact should have comment or be unexported (golint)
    • Line 91: warning: exported type EmailContact should have comment or be unexported (golint)
    • Line 95: warning: exported type PhoneContact should have comment or be unexported (golint)
    • Line 100: warning: exported type PhoneNumber should have comment or be unexported (golint)
    • Line 106: warning: exported type Account should have comment or be unexported (golint)
    • Line 110: warning: exported type PassengerIDInfo should have comment or be unexported (golint)
    • Line 114: warning: exported type PassengerDocument should have comment or be unexported (golint)
    • Line 123: warning: exported type Passengers should have comment or be unexported (golint)
    • Line 129: warning: exported type PassengersAirDocIssueRQ should have comment or be unexported (golint)
    • s7-golang-sdk/order_cancel.go
    • Line 1: warning: don't use an underscore in package name (golint)
    • Line 5: warning: exported type OrderCancelRQ should have comment or be unexported (golint)
    • Line 13: warning: exported type QueryOrderCancel should have comment or be unexported (golint)
    • Line 17: warning: exported type OrderCancelRS should have comment or be unexported (golint)
    • Line 25: warning: exported type ResponseOrderCancel should have comment or be unexported (golint)
    • Line 30: warning: exported function MakeOrderCancelRQ should have comment or be unexported (golint)
    • s7-golang-sdk/structsV052/air.shopping.request.go
    • Line 1: warning: don't use MixedCaps in package name; structsV052 should be structsv052 (golint)
    • Line 54: warning: comment on exported type ShoppingResponseIDs should be of the form "ShoppingResponseIDs ..." (with optional leading article) (golint)
    • Line 134: warning: exported function MakeAirShoppingRQ should have comment or be unexported (golint)
    • s7-golang-sdk/structsV052/reprice.request.go
    • Line 1: warning: don't use MixedCaps in package name; structsV052 should be structsv052 (golint)
    • Line 3: warning: exported const ActionTypeContextDiscount should have comment or be unexported (golint)
    • Line 5: warning: exported type ItinReshopRQ should have comment or be unexported (golint)
    • Line 16: warning: exported type QueryItinReshop should have comment or be unexported (golint)
    • Line 25: warning: exported type Reshop should have comment or be unexported (golint)
    • Line 29: warning: exported type Actions should have comment or be unexported (golint)
    • Line 37: warning: exported type ActionType should have comment or be unexported (golint)
    • s7-golang-sdk/air_shopping_rq.go
    • Line 1: warning: don't use an underscore in package name (golint)
    • Line 7: warning: exported type AirShoppingRQ should have comment or be unexported (golint)
    • Line 20: warning: exported type Travelers should have comment or be unexported (golint)
    • Line 24: warning: exported type Traveler should have comment or be unexported (golint)
    • Line 28: warning: exported function MakeTravelers should have comment or be unexported (golint)
    • Line 47: warning: exported type CoreQuery should have comment or be unexported (golint)
    • Line 52: warning: exported type OriginDestinations should have comment or be unexported (golint)
    • Line 56: warning: exported type Parameters should have comment or be unexported (golint)
    • Line 61: warning: exported type CurrCodes should have comment or be unexported (golint)
    • Line 65: warning: exported type ServiceFilters should have comment or be unexported (golint)
    • Line 69: warning: exported type ServiceFilter should have comment or be unexported (golint)
    • Line 75: warning: exported const FilterGroupCircuityLimit should have comment (or a comment on this block) or be unexported (golint)
    • Line 82: warning: exported const FilterSubgroupQuickest should have comment (or a comment on this block) or be unexported (golint)
    • Line 91: warning: exported function MakeServiceFilters should have comment or be unexported (golint)
    • Line 102: warning: exported function MakeServiceFilter should have comment or be unexported (golint)
    • Line 126: warning: exported type Preferences should have comment or be unexported (golint)
    • Line 130: warning: exported type Preference should have comment or be unexported (golint)
    • Line 134: warning: exported type FlightPreferences should have comment or be unexported (golint)
    • Line 139: warning: exported type Aircraft should have comment or be unexported (golint)
    • Line 143: warning: exported type Cabins should have comment or be unexported (golint)
    • Line 147: warning: exported type Cabin should have comment or be unexported (golint)
    • Line 151: warning: exported type Characteristic should have comment or be unexported (golint)
    • Line 155: warning: exported function MakePreference should have comment or be unexported (golint)
    • Line 177: warning: exported const ResultTypeSmartchoice should have comment (or a comment on this block) or be unexported (golint)
    • Line 182: warning: exported function MakeResultType should have comment or be unexported (golint)
    • Line 210: warning: exported type ShoppingResponseIDs should have comment or be unexported (golint)
    • Line 215: warning: exported type AssociatedIDs should have comment or be unexported (golint)
    • Line 219: warning: exported type AssociatedID should have comment or be unexported (golint)
    • Line 223: warning: exported type OfferItemID should have comment or be unexported (golint)
    • Line 228: warning: exported function MakeShoppingResponseIDs should have comment or be unexported (golint)
    • Line 241: warning: exported function MakeSessionAirShoppingRQ should have comment or be unexported (golint)
    • s7-golang-sdk/reprice_rq.go
    • Line 1: warning: don't use an underscore in package name (golint)
    • Line 7: warning: exported const ActionTypeContextDiscount should have comment or be unexported (golint)
    • Line 9: warning: exported type ItinReshopRQ should have comment or be unexported (golint)
    • Line 17: warning: exported type Reshop should have comment or be unexported (golint)
    • Line 21: warning: exported type Actions should have comment or be unexported (golint)
    • Line 28: warning: exported type ActionType should have comment or be unexported (golint)
    • Line 33: warning: exported function MakeItinReshopRQ should have comment or be unexported (golint)
    • s7-golang-sdk/agent_user_sender.go
    • Line 1: warning: don't use an underscore in package name (golint)
    • Line 3: warning: exported type AgentUserSender should have comment or be unexported (golint)
    • Line 10: warning: exported type OtherIDs should have comment or be unexported (golint)
    • Line 14: warning: exported type OtherID should have comment or be unexported (golint)
    • Line 19: warning: exported function MakeAgentUserSender should have comment or be unexported (golint)
    • s7-golang-sdk/common.go
    • Line 1: warning: don't use an underscore in package name (golint)
    • Line 8: warning: exported type Envelope should have comment or be unexported (golint)
    • Line 14: warning: exported type Header should have comment or be unexported (golint)
    • Line 16: warning: exported type Body should have comment or be unexported (golint)
    • Line 31: warning: exported type Document should have comment or be unexported (golint)
    • Line 41: warning: exported type Party should have comment or be unexported (golint)
    • Line 45: warning: exported type Sender should have comment or be unexported (golint)
    • Line 49: warning: exported type Metadata should have comment or be unexported (golint)
    • Line 53: warning: exported type Other should have comment or be unexported (golint)
    • Line 58: warning: exported type OtherMetadata should have comment or be unexported (golint)
    • Line 62: warning: exported type RuleMetadatas should have comment or be unexported (golint)
    • Line 66: warning: exported type RuleMetadata should have comment or be unexported (golint)
    • Line 73: warning: exported type Code should have comment or be unexported (golint)
    • Line 78: warning: exported function MakeCode should have comment or be unexported (golint)
    • Line 85: warning: exported type Errors should have comment or be unexported (golint)
    • Line 89: warning: exported type Error should have comment or be unexported (golint)
    • Line 99: warning: exported type Remarks should have comment or be unexported (golint)
    • Line 103: warning: exported type DataLists should have comment or be unexported (golint)
    • Line 117: warning: exported type OfferID should have comment or be unexported (golint)
    • Line 122: warning: exported function MakeOfferID should have comment or be unexported (golint)
    • Line 129: warning: exported type ApplicableFlight should have comment or be unexported (golint)
    • Line 135: warning: exported type CalendarDates should have comment or be unexported (golint)
    • Line 141: warning: exported type Carrier should have comment or be unexported (golint)
    • Line 147: warning: exported function MakeCarrier should have comment or be unexported (golint)
    • Line 155: warning: exported type ClassOfService should have comment or be unexported (golint)
    • Line 160: warning: exported function MakeClassOfService should have comment or be unexported (golint)
    • Line 167: warning: exported type ServiceList should have comment or be unexported (golint)
    • Line 171: warning: exported type Service should have comment or be unexported (golint)
    • Line 179: warning: exported type TimeLimits should have comment or be unexported (golint)
    • Line 184: warning: exported type TicketingTimeLimits should have comment or be unexported (golint)
    • Line 188: warning: exported type PaymentTimeLimit should have comment or be unexported (golint)
    • Line 192: warning: exported method PaymentTimeLimit.GetDate should have comment or be unexported (golint)
    • Line 197: warning: exported type Equipment should have comment or be unexported (golint)
    • Line 202: warning: exported function MakeEquipment should have comment or be unexported (golint)
    • Line 209: warning: exported type Descriptions should have comment or be unexported (golint)
    • Line 213: warning: exported type Description should have comment or be unexported (golint)
    • Line 217: warning: exported type Associations should have comment or be unexported (golint)
    • Line 225: warning: exported type AssociatedTraveler should have comment or be unexported (golint)
    • Line 229: warning: exported type OtherAssociations should have comment or be unexported (golint)
    • Line 233: warning: exported type OtherAssociation should have comment or be unexported (golint)
    • Line 238: warning: exported type OfferDetailAssociation should have comment or be unexported (golint)
    • Line 243: warning: exported type Qualifiers should have comment or be unexported (golint)
    • Line 247: warning: exported type Qualifier should have comment or be unexported (golint)
    • Line 251: warning: exported type SpecialFareQualifiers should have comment or be unexported (golint)
    • Line 257: warning: exported function MakeQualifier should have comment or be unexported (golint)
    • Line 269: warning: exported type OrderItems should have comment or be unexported (golint)
    • Line 276: warning: exported type OrderItem should have comment or be unexported (golint)
    • Line 282: warning: exported type FlightItem should have comment or be unexported (golint)
    • Line 288: warning: exported type Flight should have comment or be unexported (golint)
    • Line 297: warning: exported type FareDetail should have comment or be unexported (golint)
    • Line 304: warning: exported type FareIndicatorCode should have comment or be unexported (golint)
    • Line 308: warning: exported type FareComponent should have comment or be unexported (golint)
    • Line 319: warning: exported type FareBasis should have comment or be unexported (golint)
    • Line 324: warning: exported type FareBasisCode should have comment or be unexported (golint)
    • Line 329: warning: exported type TicketDesig should have comment or be unexported (golint)
    • Line 334: warning: exported type FareRules should have comment or be unexported (golint)
    • Line 339: warning: exported type Ticketing should have comment or be unexported (golint)
    • Line 343: warning: exported type Endorsements should have comment or be unexported (golint)
    • Line 347: warning: exported type Response should have comment or be unexported (golint)
    • Line 355: warning: exported type DataList should have comment or be unexported (golint)
    • Line 360: warning: exported type TermsList should have comment or be unexported (golint)
    • Line 365: warning: exported type Term should have comment or be unexported (golint)
    • Line 371: warning: exported type AvailablePeriod should have comment or be unexported (golint)
    • Line 376: warning: exported type Period should have comment or be unexported (golint)
    • Line 380: warning: exported type Order should have comment or be unexported (golint)
    • Line 387: warning: exported type PricedOffer should have comment or be unexported (golint)
    • Line 391: warning: exported type OfferPrice should have comment or be unexported (golint)
    • Line 397: warning: exported type RequestedDate should have comment or be unexported (golint)
    • Line 402: warning: exported type PriceDetail should have comment or be unexported (golint)
    • Line 411: warning: exported type Discount should have comment or be unexported (golint)
    • Line 416: warning: exported type FareFiledIn should have comment or be unexported (golint)
    • Line 421: warning: exported type BaseAmount should have comment or be unexported (golint)
    • Line 426: warning: exported type TotalAmount should have comment or be unexported (golint)
    • Line 429: warning: exported type Total should have comment or be unexported (golint)
    • Line 434: warning: exported type Taxes should have comment or be unexported (golint)
    • Line 439: warning: exported type Breakdown should have comment or be unexported (golint)
    • Line 443: warning: exported type Tax should have comment or be unexported (golint)
    • Line 448: warning: exported type OrderItemsRS should have comment or be unexported (golint)
    • s7-golang-sdk/configuration/config.go
    • Line 7: warning: exported type Config should have comment or be unexported (golint)
    • Line 13: warning: exported type Secret should have comment or be unexported (golint)
    • Line 20: warning: exported type Client should have comment or be unexported (golint)
    • Line 26: warning: exported method Config.Initialization should have comment or be unexported (golint)
    • s7-golang-sdk/structsV052/book.request.go
    • Line 1: warning: don't use MixedCaps in package name; structsV052 should be structsv052 (golint)
    • Line 16: warning: exported type QueryOrderCreate should have comment or be unexported (golint)
    • Line 25: warning: exported type ShoppingResponse should have comment or be unexported (golint)
    • Line 31: warning: exported type Offers should have comment or be unexported (golint)
    • Line 35: warning: exported type Offer should have comment or be unexported (golint)
    • Line 40: warning: exported type OfferItems should have comment or be unexported (golint)
    • Line 45: warning: exported type OfferItem should have comment or be unexported (golint)
    • Line 52: warning: exported type InstructionsList should have comment or be unexported (golint)
    • Line 56: warning: exported type Instruction should have comment or be unexported (golint)
    • Line 61: warning: exported type SpecialBookingInstruction should have comment or be unexported (golint)
    • Line 66: warning: exported type OfferItemType should have comment or be unexported (golint)
    • Line 70: warning: exported type DetailedFlightItem should have comment or be unexported (golint)
    • Line 74: warning: exported function MakeSessionBookRQ should have comment or be unexported (golint)
    • Line 93: warning: exported type OrderItems should have comment or be unexported (golint)
    • Line 100: warning: exported type OrderItem should have comment or be unexported (golint)
    • Line 106: warning: exported type FlightItem should have comment or be unexported (golint)
    • Line 113: warning: exported function MakeBookingRequestShoppingResponse should have comment or be unexported (golint)
    • s7-golang-sdk/logs/logger.go
    • Line 3: warning: exported var Logger should have comment or be unexported (golint)
    • Line 5: warning: exported type LogWriter should have comment or be unexported (golint)
    • s7-golang-sdk/clientsImplementation/client.go
    • Line 1: warning: don't use MixedCaps in package name; clientsImplementation should be clientsimplementation (golint)
    • Line 16: warning: exported type TransportClient should have comment or be unexported (golint)
    • Line 21: warning: exported function NewTransportClient should have comment or be unexported (golint)
    • s7-golang-sdk/structsV052/order.retrieve.request.go
    • Line 1: warning: don't use MixedCaps in package name; structsV052 should be structsv052 (golint)
    • Line 3: warning: exported type OrderRetrieveRQ should have comment or be unexported (golint)
    • Line 11: warning: exported type RetrieveQuery should have comment or be unexported (golint)
    • Line 15: warning: exported type Filters should have comment or be unexported (golint)
    • Line 19: warning: exported function MakeOrderRetrieveRQ should have comment or be unexported (golint)

license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


ineffassign98%

IneffAssign detects ineffectual assignments in Go code.


misspell100%

Misspell Finds commonly misspelled English words

No problems detected. Good job!