Preparing report...

Report for github.com/asmyasnikov/go-mavlink

A+    Excellent!    Found 14 issues across 101 files

Tweet

gofmt99%

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!


golint88%

Golint is a linter for Go source code.

    • go-mavlink/mavlink/dialects/paparazzi/classes.go
    • Line 43: warning: exported const SCRIPT_ITEM_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 49: warning: comment on exported method ScriptItem.Dict should be of the form "Dict ..." (golint)
    • Line 104: warning: exported const SCRIPT_REQUEST_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 109: warning: comment on exported method ScriptRequest.Dict should be of the form "Dict ..." (golint)
    • Line 159: warning: exported const SCRIPT_REQUEST_LIST_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 163: warning: comment on exported method ScriptRequestList.Dict should be of the form "Dict ..." (golint)
    • Line 212: warning: exported const SCRIPT_COUNT_FIELD_COUNT should have comment (or a comment on this block) or be unexported (golint)
    • Line 217: warning: comment on exported method ScriptCount.Dict should be of the form "Dict ..." (golint)
    • Line 265: warning: exported const SCRIPT_CURRENT_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 268: warning: comment on exported method ScriptCurrent.Dict should be of the form "Dict ..." (golint)
    • Line 334: warning: exported const SYS_STATUS_FIELD_ONBOARD_CONTROL_SENSORS_PRESENT should have comment (or a comment on this block) or be unexported (golint)
    • Line 349: warning: comment on exported method SysStatus.Dict should be of the form "Dict ..." (golint)
    • Line 429: warning: exported const SYSTEM_TIME_FIELD_TIME_UNIX_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 433: warning: comment on exported method SystemTime.Dict should be of the form "Dict ..." (golint)
    • Line 484: warning: exported const PING_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 490: warning: comment on exported method Ping.Dict should be of the form "Dict ..." (golint)
    • Line 547: warning: exported const CHANGE_OPERATOR_CONTROL_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 553: warning: comment on exported method ChangeOperatorControl.Dict should be of the form "Dict ..." (golint)
    • Line 608: warning: exported const CHANGE_OPERATOR_CONTROL_ACK_FIELD_GCS_SYSTEM_ID should have comment (or a comment on this block) or be unexported (golint)
    • Line 613: warning: comment on exported method ChangeOperatorControlAck.Dict should be of the form "Dict ..." (golint)
    • Line 661: warning: exported const AUTH_KEY_FIELD_KEY should have comment (or a comment on this block) or be unexported (golint)
    • Line 664: warning: comment on exported method AuthKey.Dict should be of the form "Dict ..." (golint)
    • Line 726: warning: exported const LINK_NODE_STATUS_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 739: warning: comment on exported method LinkNodeStatus.Dict should be of the form "Dict ..." (golint)
    • Line 815: warning: exported const SET_MODE_FIELD_CUSTOM_MODE should have comment (or a comment on this block) or be unexported (golint)
    • Line 820: warning: comment on exported method SetMode.Dict should be of the form "Dict ..." (golint)
    • Line 878: warning: exported const PARAM_ACK_TRANSACTION_FIELD_PARAM_VALUE should have comment (or a comment on this block) or be unexported (golint)
    • Line 886: warning: comment on exported method ParamAckTransaction.Dict should be of the form "Dict ..." (golint)
    • Line 949: warning: exported const PARAM_REQUEST_READ_FIELD_PARAM_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 955: warning: comment on exported method ParamRequestRead.Dict should be of the form "Dict ..." (golint)
    • Line 1008: warning: exported const PARAM_REQUEST_LIST_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 1012: warning: comment on exported method ParamRequestList.Dict should be of the form "Dict ..." (golint)
    • Line 1065: warning: exported const PARAM_VALUE_FIELD_PARAM_VALUE should have comment (or a comment on this block) or be unexported (golint)
    • Line 1072: warning: comment on exported method ParamValue.Dict should be of the form "Dict ..." (golint)
    • Line 1136: warning: exported const PARAM_SET_FIELD_PARAM_VALUE should have comment (or a comment on this block) or be unexported (golint)
    • Line 1143: warning: comment on exported method ParamSet.Dict should be of the form "Dict ..." (golint)
    • Line 1216: warning: exported const GPS_RAW_INT_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 1228: warning: comment on exported method GpsRawInt.Dict should be of the form "Dict ..." (golint)
    • Line 1307: warning: exported const GPS_STATUS_FIELD_SATELLITES_VISIBLE should have comment (or a comment on this block) or be unexported (golint)
    • Line 1315: warning: comment on exported method GpsStatus.Dict should be of the form "Dict ..." (golint)
    • Line 1390: warning: exported const SCALED_IMU_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 1402: warning: comment on exported method ScaledImu.Dict should be of the form "Dict ..." (golint)
    • Line 1489: warning: exported const RAW_IMU_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 1501: warning: comment on exported method RawImu.Dict should be of the form "Dict ..." (golint)
    • Line 1578: warning: exported const RAW_PRESSURE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 1585: warning: comment on exported method RawPressure.Dict should be of the form "Dict ..." (golint)
    • Line 1645: warning: exported const SCALED_PRESSURE_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 1651: warning: comment on exported method ScaledPressure.Dict should be of the form "Dict ..." (golint)
    • Line 1714: warning: exported const ATTITUDE_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 1723: warning: comment on exported method Attitude.Dict should be of the form "Dict ..." (golint)
    • Line 1797: warning: exported const ATTITUDE_QUATERNION_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 1807: warning: comment on exported method AttitudeQuaternion.Dict should be of the form "Dict ..." (golint)
    • Line 1882: warning: exported const LOCAL_POSITION_NED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 1891: warning: comment on exported method LocalPositionNed.Dict should be of the form "Dict ..." (golint)
    • Line 1968: warning: exported const GLOBAL_POSITION_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 1979: warning: comment on exported method GlobalPositionInt.Dict should be of the form "Dict ..." (golint)
    • Line 2065: warning: exported const RC_CHANNELS_SCALED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 2078: warning: comment on exported method RcChannelsScaled.Dict should be of the form "Dict ..." (golint)
    • Line 2170: warning: exported const RC_CHANNELS_RAW_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 2183: warning: comment on exported method RcChannelsRaw.Dict should be of the form "Dict ..." (golint)
    • Line 2273: warning: exported const SERVO_OUTPUT_RAW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 2285: warning: comment on exported method ServoOutputRaw.Dict should be of the form "Dict ..." (golint)
    • Line 2360: warning: exported const MISSION_REQUEST_PARTIAL_LIST_FIELD_START_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 2366: warning: comment on exported method MissionRequestPartialList.Dict should be of the form "Dict ..." (golint)
    • Line 2423: warning: exported const MISSION_WRITE_PARTIAL_LIST_FIELD_START_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 2429: warning: comment on exported method MissionWritePartialList.Dict should be of the form "Dict ..." (golint)
    • Line 2507: warning: exported const MISSION_ITEM_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 2523: warning: comment on exported method MissionItem.Dict should be of the form "Dict ..." (golint)
    • Line 2608: warning: exported const MISSION_REQUEST_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 2613: warning: comment on exported method MissionRequest.Dict should be of the form "Dict ..." (golint)
    • Line 2665: warning: exported const MISSION_SET_CURRENT_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 2670: warning: comment on exported method MissionSetCurrent.Dict should be of the form "Dict ..." (golint)
    • Line 2718: warning: exported const MISSION_CURRENT_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 2721: warning: comment on exported method MissionCurrent.Dict should be of the form "Dict ..." (golint)
    • Line 2765: warning: exported const MISSION_REQUEST_LIST_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 2769: warning: comment on exported method MissionRequestList.Dict should be of the form "Dict ..." (golint)
    • Line 2818: warning: exported const MISSION_COUNT_FIELD_COUNT should have comment (or a comment on this block) or be unexported (golint)
    • Line 2823: warning: comment on exported method MissionCount.Dict should be of the form "Dict ..." (golint)
    • Line 2873: warning: exported const MISSION_CLEAR_ALL_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 2877: warning: comment on exported method MissionClearAll.Dict should be of the form "Dict ..." (golint)
    • Line 2922: warning: exported const MISSION_ITEM_REACHED_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 2925: warning: comment on exported method MissionItemReached.Dict should be of the form "Dict ..." (golint)
    • Line 2971: warning: exported const MISSION_ACK_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 2976: warning: comment on exported method MissionAck.Dict should be of the form "Dict ..." (golint)
    • Line 3030: warning: exported const SET_GPS_GLOBAL_ORIGIN_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 3036: warning: comment on exported method SetGpsGlobalOrigin.Dict should be of the form "Dict ..." (golint)
    • Line 3091: warning: exported const GPS_GLOBAL_ORIGIN_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 3096: warning: comment on exported method GpsGlobalOrigin.Dict should be of the form "Dict ..." (golint)
    • Line 3160: warning: exported const PARAM_MAP_RC_FIELD_PARAM_VALUE0 should have comment (or a comment on this block) or be unexported (golint)
    • Line 3171: warning: comment on exported method ParamMapRc.Dict should be of the form "Dict ..." (golint)
    • Line 3241: warning: exported const MISSION_REQUEST_INT_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 3246: warning: comment on exported method MissionRequestInt.Dict should be of the form "Dict ..." (golint)
    • Line 3302: warning: exported const MISSION_CHANGED_FIELD_START_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 3309: warning: comment on exported method MissionChanged.Dict should be of the form "Dict ..." (golint)
    • Line 3379: warning: exported const SAFETY_SET_ALLOWED_AREA_FIELD_P1X should have comment (or a comment on this block) or be unexported (golint)
    • Line 3390: warning: comment on exported method SafetySetAllowedArea.Dict should be of the form "Dict ..." (golint)
    • Line 3468: warning: exported const SAFETY_ALLOWED_AREA_FIELD_P1X should have comment (or a comment on this block) or be unexported (golint)
    • Line 3477: warning: comment on exported method SafetyAllowedArea.Dict should be of the form "Dict ..." (golint)
    • Line 3547: warning: exported const ATTITUDE_QUATERNION_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 3555: warning: comment on exported method AttitudeQuaternionCov.Dict should be of the form "Dict ..." (golint)
    • Line 3634: warning: exported const NAV_CONTROLLER_OUTPUT_FIELD_NAV_ROLL should have comment (or a comment on this block) or be unexported (golint)
    • Line 3644: warning: comment on exported method NavControllerOutput.Dict should be of the form "Dict ..." (golint)
    • Line 3725: warning: exported const GLOBAL_POSITION_INT_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 3737: warning: comment on exported method GlobalPositionIntCov.Dict should be of the form "Dict ..." (golint)
    • Line 3832: warning: exported const LOCAL_POSITION_NED_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 3846: warning: comment on exported method LocalPositionNedCov.Dict should be of the form "Dict ..." (golint)
    • Line 3965: warning: exported const RC_CHANNELS_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 3988: warning: comment on exported method RcChannels.Dict should be of the form "Dict ..." (golint)
    • Line 4098: warning: exported const REQUEST_DATA_STREAM_FIELD_REQ_MESSAGE_RATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 4105: warning: comment on exported method RequestDataStream.Dict should be of the form "Dict ..." (golint)
    • Line 4163: warning: exported const DATA_STREAM_FIELD_MESSAGE_RATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 4168: warning: comment on exported method DataStream.Dict should be of the form "Dict ..." (golint)
    • Line 4226: warning: exported const MANUAL_CONTROL_FIELD_X should have comment (or a comment on this block) or be unexported (golint)
    • Line 4234: warning: comment on exported method ManualControl.Dict should be of the form "Dict ..." (golint)
    • Line 4309: warning: exported const RC_CHANNELS_OVERRIDE_FIELD_CHAN1_RAW should have comment (or a comment on this block) or be unexported (golint)
    • Line 4321: warning: comment on exported method RcChannelsOverride.Dict should be of the form "Dict ..." (golint)
    • Line 4417: warning: exported const MISSION_ITEM_INT_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 4433: warning: comment on exported method MissionItemInt.Dict should be of the form "Dict ..." (golint)
    • Line 4524: warning: exported const VFR_HUD_FIELD_AIRSPEED should have comment (or a comment on this block) or be unexported (golint)
    • Line 4532: warning: comment on exported method VfrHud.Dict should be of the form "Dict ..." (golint)
    • Line 4613: warning: exported const COMMAND_INT_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 4628: warning: comment on exported method CommandInt.Dict should be of the form "Dict ..." (golint)
    • Line 4726: warning: exported const COMMAND_LONG_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 4739: warning: comment on exported method CommandLong.Dict should be of the form "Dict ..." (golint)
    • Line 4813: warning: exported const COMMAND_ACK_FIELD_COMMAND should have comment (or a comment on this block) or be unexported (golint)
    • Line 4817: warning: comment on exported method CommandAck.Dict should be of the form "Dict ..." (golint)
    • Line 4866: warning: exported const COMMAND_CANCEL_FIELD_COMMAND should have comment (or a comment on this block) or be unexported (golint)
    • Line 4871: warning: comment on exported method CommandCancel.Dict should be of the form "Dict ..." (golint)
    • Line 4931: warning: exported const MANUAL_SETPOINT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 4940: warning: comment on exported method ManualSetpoint.Dict should be of the form "Dict ..." (golint)
    • Line 5016: warning: exported const SET_ATTITUDE_TARGET_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5027: warning: comment on exported method SetAttitudeTarget.Dict should be of the form "Dict ..." (golint)
    • Line 5109: warning: exported const ATTITUDE_TARGET_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5118: warning: comment on exported method AttitudeTarget.Dict should be of the form "Dict ..." (golint)
    • Line 5212: warning: exported const SET_POSITION_TARGET_LOCAL_NED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5230: warning: comment on exported method SetPositionTargetLocalNed.Dict should be of the form "Dict ..." (golint)
    • Line 5343: warning: exported const POSITION_TARGET_LOCAL_NED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5359: warning: comment on exported method PositionTargetLocalNed.Dict should be of the form "Dict ..." (golint)
    • Line 5470: warning: exported const SET_POSITION_TARGET_GLOBAL_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5488: warning: comment on exported method SetPositionTargetGlobalInt.Dict should be of the form "Dict ..." (golint)
    • Line 5601: warning: exported const POSITION_TARGET_GLOBAL_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5617: warning: comment on exported method PositionTargetGlobalInt.Dict should be of the form "Dict ..." (golint)
    • Line 5710: warning: exported const LOCAL_POSITION_NED_SYSTEM_GLOBAL_OFFSET_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5719: warning: comment on exported method LocalPositionNedSystemGlobalOffset.Dict should be of the form "Dict ..." (golint)
    • Line 5809: warning: exported const HIL_STATE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 5827: warning: comment on exported method HilState.Dict should be of the form "Dict ..." (golint)
    • Line 5934: warning: exported const HIL_CONTROLS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 5947: warning: comment on exported method HilControls.Dict should be of the form "Dict ..." (golint)
    • Line 6045: warning: exported const HIL_RC_INPUTS_RAW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6061: warning: comment on exported method HilRcInputsRaw.Dict should be of the form "Dict ..." (golint)
    • Line 6148: warning: exported const HIL_ACTUATOR_CONTROLS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6154: warning: comment on exported method HilActuatorControls.Dict should be of the form "Dict ..." (golint)
    • Line 6223: warning: exported const OPTICAL_FLOW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6233: warning: comment on exported method OpticalFlow.Dict should be of the form "Dict ..." (golint)
    • Line 6308: warning: exported const GLOBAL_VISION_POSITION_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6317: warning: comment on exported method GlobalVisionPositionEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 6389: warning: exported const VISION_POSITION_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6398: warning: comment on exported method VisionPositionEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 6464: warning: exported const VISION_SPEED_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6470: warning: comment on exported method VisionSpeedEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 6533: warning: exported const VICON_POSITION_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6542: warning: comment on exported method ViconPositionEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 6630: warning: exported const HIGHRES_IMU_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6647: warning: comment on exported method HighresImu.Dict should be of the form "Dict ..." (golint)
    • Line 6753: warning: exported const OPTICAL_FLOW_RAD_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6767: warning: comment on exported method OpticalFlowRad.Dict should be of the form "Dict ..." (golint)
    • Line 6870: warning: exported const HIL_SENSOR_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6887: warning: comment on exported method HilSensor.Dict should be of the form "Dict ..." (golint)
    • Line 7011: warning: exported const SIM_STATE_FIELD_Q1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 7034: warning: comment on exported method SimState.Dict should be of the form "Dict ..." (golint)
    • Line 7148: warning: exported const RADIO_STATUS_FIELD_RXERRORS should have comment (or a comment on this block) or be unexported (golint)
    • Line 7157: warning: comment on exported method RadioStatus.Dict should be of the form "Dict ..." (golint)
    • Line 7223: warning: exported const FILE_TRANSFER_PROTOCOL_FIELD_TARGET_NETWORK should have comment (or a comment on this block) or be unexported (golint)
    • Line 7229: warning: comment on exported method FileTransferProtocol.Dict should be of the form "Dict ..." (golint)
    • Line 7282: warning: exported const TIMESYNC_FIELD_TC1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 7286: warning: comment on exported method Timesync.Dict should be of the form "Dict ..." (golint)
    • Line 7333: warning: exported const CAMERA_TRIGGER_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7337: warning: comment on exported method CameraTrigger.Dict should be of the form "Dict ..." (golint)
    • Line 7407: warning: exported const HIL_GPS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7422: warning: comment on exported method HilGps.Dict should be of the form "Dict ..." (golint)
    • Line 7522: warning: exported const HIL_OPTICAL_FLOW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7536: warning: comment on exported method HilOpticalFlow.Dict should be of the form "Dict ..." (golint)
    • Line 7641: warning: exported const HIL_STATE_QUATERNION_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7659: warning: comment on exported method HilStateQuaternion.Dict should be of the form "Dict ..." (golint)
    • Line 7768: warning: exported const SCALED_IMU2_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 7780: warning: comment on exported method ScaledImu2.Dict should be of the form "Dict ..." (golint)
    • Line 7855: warning: exported const LOG_REQUEST_LIST_FIELD_START should have comment (or a comment on this block) or be unexported (golint)
    • Line 7861: warning: comment on exported method LogRequestList.Dict should be of the form "Dict ..." (golint)
    • Line 7920: warning: exported const LOG_ENTRY_FIELD_TIME_UTC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7927: warning: comment on exported method LogEntry.Dict should be of the form "Dict ..." (golint)
    • Line 7989: warning: exported const LOG_REQUEST_DATA_FIELD_OFS should have comment (or a comment on this block) or be unexported (golint)
    • Line 7996: warning: comment on exported method LogRequestData.Dict should be of the form "Dict ..." (golint)
    • Line 8056: warning: exported const LOG_DATA_FIELD_OFS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8062: warning: comment on exported method LogData.Dict should be of the form "Dict ..." (golint)
    • Line 8115: warning: exported const LOG_ERASE_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 8119: warning: comment on exported method LogErase.Dict should be of the form "Dict ..." (golint)
    • Line 8166: warning: exported const LOG_REQUEST_END_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 8170: warning: comment on exported method LogRequestEnd.Dict should be of the form "Dict ..." (golint)
    • Line 8221: warning: exported const GPS_INJECT_DATA_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 8227: warning: comment on exported method GpsInjectData.Dict should be of the form "Dict ..." (golint)
    • Line 8300: warning: exported const GPS2_RAW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 8314: warning: comment on exported method Gps2Raw.Dict should be of the form "Dict ..." (golint)
    • Line 8393: warning: exported const POWER_STATUS_FIELD_VCC should have comment (or a comment on this block) or be unexported (golint)
    • Line 8398: warning: comment on exported method PowerStatus.Dict should be of the form "Dict ..." (golint)
    • Line 8456: warning: exported const SERIAL_CONTROL_FIELD_BAUDRATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 8464: warning: comment on exported method SerialControl.Dict should be of the form "Dict ..." (golint)
    • Line 8545: warning: exported const GPS_RTK_FIELD_TIME_LAST_BASELINE_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8560: warning: comment on exported method GpsRtk.Dict should be of the form "Dict ..." (golint)
    • Line 8662: warning: exported const GPS2_RTK_FIELD_TIME_LAST_BASELINE_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8677: warning: comment on exported method Gps2Rtk.Dict should be of the form "Dict ..." (golint)
    • Line 8773: warning: exported const SCALED_IMU3_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8785: warning: comment on exported method ScaledImu3.Dict should be of the form "Dict ..." (golint)
    • Line 8866: warning: exported const DATA_TRANSMISSION_HANDSHAKE_FIELD_SIZE should have comment (or a comment on this block) or be unexported (golint)
    • Line 8875: warning: comment on exported method DataTransmissionHandshake.Dict should be of the form "Dict ..." (golint)
    • Line 8937: warning: exported const ENCAPSULATED_DATA_FIELD_SEQNR should have comment (or a comment on this block) or be unexported (golint)
    • Line 8941: warning: comment on exported method EncapsulatedData.Dict should be of the form "Dict ..." (golint)
    • Line 9000: warning: exported const DISTANCE_SENSOR_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 9010: warning: comment on exported method DistanceSensor.Dict should be of the form "Dict ..." (golint)
    • Line 9079: warning: exported const TERRAIN_REQUEST_FIELD_MASK should have comment (or a comment on this block) or be unexported (golint)
    • Line 9085: warning: comment on exported method TerrainRequest.Dict should be of the form "Dict ..." (golint)
    • Line 9144: warning: exported const TERRAIN_DATA_FIELD_LAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 9151: warning: comment on exported method TerrainData.Dict should be of the form "Dict ..." (golint)
    • Line 9211: warning: exported const TERRAIN_CHECK_FIELD_LAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 9215: warning: comment on exported method TerrainCheck.Dict should be of the form "Dict ..." (golint)
    • Line 9272: warning: exported const TERRAIN_REPORT_FIELD_LAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 9281: warning: comment on exported method TerrainReport.Dict should be of the form "Dict ..." (golint)
    • Line 9347: warning: exported const SCALED_PRESSURE2_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 9353: warning: comment on exported method ScaledPressure2.Dict should be of the form "Dict ..." (golint)
    • Line 9412: warning: exported const ATT_POS_MOCAP_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9419: warning: comment on exported method AttPosMocap.Dict should be of the form "Dict ..." (golint)
    • Line 9485: warning: exported const SET_ACTUATOR_CONTROL_TARGET_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9492: warning: comment on exported method SetActuatorControlTarget.Dict should be of the form "Dict ..." (golint)
    • Line 9554: warning: exported const ACTUATOR_CONTROL_TARGET_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9559: warning: comment on exported method ActuatorControlTarget.Dict should be of the form "Dict ..." (golint)
    • Line 9623: warning: exported const ALTITUDE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9632: warning: comment on exported method Altitude.Dict should be of the form "Dict ..." (golint)
    • Line 9700: warning: exported const RESOURCE_REQUEST_FIELD_REQUEST_ID should have comment (or a comment on this block) or be unexported (golint)
    • Line 9707: warning: comment on exported method ResourceRequest.Dict should be of the form "Dict ..." (golint)
    • Line 9767: warning: exported const SCALED_PRESSURE3_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 9773: warning: comment on exported method ScaledPressure3.Dict should be of the form "Dict ..." (golint)
    • Line 9844: warning: exported const FOLLOW_TARGET_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 9857: warning: comment on exported method FollowTarget.Dict should be of the form "Dict ..." (golint)
    • Line 9981: warning: exported const CONTROL_SYSTEM_STATE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10000: warning: comment on exported method ControlSystemState.Dict should be of the form "Dict ..." (golint)
    • Line 10118: warning: exported const BATTERY_STATUS_FIELD_CURRENT_CONSUMED should have comment (or a comment on this block) or be unexported (golint)
    • Line 10129: warning: comment on exported method BatteryStatus.Dict should be of the form "Dict ..." (golint)
    • Line 10219: warning: exported const AUTOPILOT_VERSION_FIELD_CAPABILITIES should have comment (or a comment on this block) or be unexported (golint)
    • Line 10232: warning: comment on exported method AutopilotVersion.Dict should be of the form "Dict ..." (golint)
    • Line 10318: warning: exported const LANDING_TARGET_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10328: warning: comment on exported method LandingTarget.Dict should be of the form "Dict ..." (golint)
    • Line 10397: warning: exported const FENCE_STATUS_FIELD_BREACH_TIME should have comment (or a comment on this block) or be unexported (golint)
    • Line 10403: warning: comment on exported method FenceStatus.Dict should be of the form "Dict ..." (golint)
    • Line 10480: warning: exported const MAG_CAL_REPORT_FIELD_FITNESS should have comment (or a comment on this block) or be unexported (golint)
    • Line 10496: warning: comment on exported method MagCalReport.Dict should be of the form "Dict ..." (golint)
    • Line 10609: warning: exported const EFI_STATUS_FIELD_ECU_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 10628: warning: comment on exported method EfiStatus.Dict should be of the form "Dict ..." (golint)
    • Line 10736: warning: exported const ESTIMATOR_STATUS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10748: warning: comment on exported method EstimatorStatus.Dict should be of the form "Dict ..." (golint)
    • Line 10833: warning: exported const WIND_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10844: warning: comment on exported method WindCov.Dict should be of the form "Dict ..." (golint)
    • Line 10944: warning: exported const GPS_INPUT_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10964: warning: comment on exported method GpsInput.Dict should be of the form "Dict ..." (golint)
    • Line 11061: warning: exported const GPS_RTCM_DATA_FIELD_FLAGS should have comment (or a comment on this block) or be unexported (golint)
    • Line 11066: warning: comment on exported method GpsRtcmData.Dict should be of the form "Dict ..." (golint)
    • Line 11160: warning: exported const HIGH_LATENCY_FIELD_CUSTOM_MODE should have comment (or a comment on this block) or be unexported (golint)
    • Line 11186: warning: comment on exported method HighLatency.Dict should be of the form "Dict ..." (golint)
    • Line 11349: warning: exported const HIGH_LATENCY2_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 11378: warning: comment on exported method HighLatency2.Dict should be of the form "Dict ..." (golint)
    • Line 11510: warning: exported const VIBRATION_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 11519: warning: comment on exported method Vibration.Dict should be of the form "Dict ..." (golint)
    • Line 11597: warning: exported const HOME_POSITION_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 11609: warning: comment on exported method HomePosition.Dict should be of the form "Dict ..." (golint)
    • Line 11702: warning: exported const SET_HOME_POSITION_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 11715: warning: comment on exported method SetHomePosition.Dict should be of the form "Dict ..." (golint)
    • Line 11793: warning: exported const MESSAGE_INTERVAL_FIELD_INTERVAL_US should have comment (or a comment on this block) or be unexported (golint)
    • Line 11797: warning: comment on exported method MessageInterval.Dict should be of the form "Dict ..." (golint)
    • Line 11844: warning: exported const EXTENDED_SYS_STATE_FIELD_VTOL_STATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 11848: warning: comment on exported method ExtendedSysState.Dict should be of the form "Dict ..." (golint)
    • Line 11917: warning: exported const ADSB_VEHICLE_FIELD_ICAO_ADDRESS should have comment (or a comment on this block) or be unexported (golint)
    • Line 11932: warning: comment on exported method AdsbVehicle.Dict should be of the form "Dict ..." (golint)
    • Line 12022: warning: exported const COLLISION_FIELD_ID should have comment (or a comment on this block) or be unexported (golint)
    • Line 12031: warning: comment on exported method Collision.Dict should be of the form "Dict ..." (golint)
    • Line 12099: warning: exported const V2_EXTENSION_FIELD_MESSAGE_TYPE should have comment (or a comment on this block) or be unexported (golint)
    • Line 12106: warning: comment on exported method V2Extension.Dict should be of the form "Dict ..." (golint)
    • Line 12166: warning: exported const MEMORY_VECT_FIELD_ADDRESS should have comment (or a comment on this block) or be unexported (golint)
    • Line 12172: warning: comment on exported method MemoryVect.Dict should be of the form "Dict ..." (golint)
    • Line 12235: warning: exported const DEBUG_VECT_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 12242: warning: comment on exported method DebugVect.Dict should be of the form "Dict ..." (golint)
    • Line 12300: warning: exported const NAMED_VALUE_FLOAT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 12305: warning: comment on exported method NamedValueFloat.Dict should be of the form "Dict ..." (golint)
    • Line 12357: warning: exported const NAMED_VALUE_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 12362: warning: comment on exported method NamedValueInt.Dict should be of the form "Dict ..." (golint)
    • Line 12412: warning: exported const STATUSTEXT_FIELD_SEVERITY should have comment (or a comment on this block) or be unexported (golint)
    • Line 12416: warning: comment on exported method Statustext.Dict should be of the form "Dict ..." (golint)
    • Line 12465: warning: exported const DEBUG_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 12470: warning: comment on exported method Debug.Dict should be of the form "Dict ..." (golint)
    • Line 12528: warning: exported const HEARTBEAT_FIELD_CUSTOM_MODE should have comment (or a comment on this block) or be unexported (golint)
    • Line 12536: warning: comment on exported method Heartbeat.Dict should be of the form "Dict ..." (golint)
    • go-mavlink/mavlink/dialects/ASLUAV/classes.go
    • Line 65: warning: exported const COMMAND_INT_STAMPED_FIELD_VEHICLE_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 82: warning: comment on exported method CommandIntStamped.Dict should be of the form "Dict ..." (golint)
    • Line 190: warning: exported const COMMAND_LONG_STAMPED_FIELD_VEHICLE_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 205: warning: comment on exported method CommandLongStamped.Dict should be of the form "Dict ..." (golint)
    • Line 289: warning: exported const SENS_POWER_FIELD_ADC121_VSPB_VOLT should have comment (or a comment on this block) or be unexported (golint)
    • Line 295: warning: comment on exported method SensPower.Dict should be of the form "Dict ..." (golint)
    • Line 370: warning: exported const SENS_MPPT_FIELD_MPPT_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 385: warning: comment on exported method SensMppt.Dict should be of the form "Dict ..." (golint)
    • Line 511: warning: exported const ASLCTRL_DATA_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 538: warning: comment on exported method AslctrlData.Dict should be of the form "Dict ..." (golint)
    • Line 672: warning: exported const ASLCTRL_DEBUG_FIELD_I32_1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 685: warning: comment on exported method AslctrlDebug.Dict should be of the form "Dict ..." (golint)
    • Line 763: warning: exported const ASLUAV_STATUS_FIELD_MOTOR_RPM should have comment (or a comment on this block) or be unexported (golint)
    • Line 769: warning: comment on exported method AsluavStatus.Dict should be of the form "Dict ..." (golint)
    • Line 832: warning: exported const EKF_EXT_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 841: warning: comment on exported method EkfExt.Dict should be of the form "Dict ..." (golint)
    • Line 915: warning: exported const ASL_OBCTRL_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 925: warning: comment on exported method AslObctrl.Dict should be of the form "Dict ..." (golint)
    • Line 992: warning: exported const SENS_ATMOS_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 997: warning: comment on exported method SensAtmos.Dict should be of the form "Dict ..." (golint)
    • Line 1073: warning: exported const SENS_BATMON_FIELD_BATMON_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 1090: warning: comment on exported method SensBatmon.Dict should be of the form "Dict ..." (golint)
    • Line 1222: warning: exported const FW_SOARING_DATA_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 1249: warning: comment on exported method FwSoaringData.Dict should be of the form "Dict ..." (golint)
    • Line 1377: warning: exported const SENSORPOD_STATUS_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 1387: warning: comment on exported method SensorpodStatus.Dict should be of the form "Dict ..." (golint)
    • Line 1472: warning: exported const SENS_POWER_BOARD_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 1486: warning: comment on exported method SensPowerBoard.Dict should be of the form "Dict ..." (golint)
    • Line 1573: warning: exported const GSM_LINK_STATUS_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 1582: warning: comment on exported method GsmLinkStatus.Dict should be of the form "Dict ..." (golint)
    • Line 1656: warning: exported const SATCOM_LINK_STATUS_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 1666: warning: comment on exported method SatcomLinkStatus.Dict should be of the form "Dict ..." (golint)
    • Line 1737: warning: exported const SENSOR_AIRFLOW_ANGLES_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 1744: warning: comment on exported method SensorAirflowAngles.Dict should be of the form "Dict ..." (golint)
    • Line 1822: warning: exported const SYS_STATUS_FIELD_ONBOARD_CONTROL_SENSORS_PRESENT should have comment (or a comment on this block) or be unexported (golint)
    • Line 1837: warning: comment on exported method SysStatus.Dict should be of the form "Dict ..." (golint)
    • Line 1917: warning: exported const SYSTEM_TIME_FIELD_TIME_UNIX_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 1921: warning: comment on exported method SystemTime.Dict should be of the form "Dict ..." (golint)
    • Line 1972: warning: exported const PING_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 1978: warning: comment on exported method Ping.Dict should be of the form "Dict ..." (golint)
    • Line 2035: warning: exported const CHANGE_OPERATOR_CONTROL_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 2041: warning: comment on exported method ChangeOperatorControl.Dict should be of the form "Dict ..." (golint)
    • Line 2096: warning: exported const CHANGE_OPERATOR_CONTROL_ACK_FIELD_GCS_SYSTEM_ID should have comment (or a comment on this block) or be unexported (golint)
    • Line 2101: warning: comment on exported method ChangeOperatorControlAck.Dict should be of the form "Dict ..." (golint)
    • Line 2149: warning: exported const AUTH_KEY_FIELD_KEY should have comment (or a comment on this block) or be unexported (golint)
    • Line 2152: warning: comment on exported method AuthKey.Dict should be of the form "Dict ..." (golint)
    • Line 2214: warning: exported const LINK_NODE_STATUS_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 2227: warning: comment on exported method LinkNodeStatus.Dict should be of the form "Dict ..." (golint)
    • Line 2303: warning: exported const SET_MODE_FIELD_CUSTOM_MODE should have comment (or a comment on this block) or be unexported (golint)
    • Line 2308: warning: comment on exported method SetMode.Dict should be of the form "Dict ..." (golint)
    • Line 2366: warning: exported const PARAM_ACK_TRANSACTION_FIELD_PARAM_VALUE should have comment (or a comment on this block) or be unexported (golint)
    • Line 2374: warning: comment on exported method ParamAckTransaction.Dict should be of the form "Dict ..." (golint)
    • Line 2437: warning: exported const PARAM_REQUEST_READ_FIELD_PARAM_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 2443: warning: comment on exported method ParamRequestRead.Dict should be of the form "Dict ..." (golint)
    • Line 2496: warning: exported const PARAM_REQUEST_LIST_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 2500: warning: comment on exported method ParamRequestList.Dict should be of the form "Dict ..." (golint)
    • Line 2553: warning: exported const PARAM_VALUE_FIELD_PARAM_VALUE should have comment (or a comment on this block) or be unexported (golint)
    • Line 2560: warning: comment on exported method ParamValue.Dict should be of the form "Dict ..." (golint)
    • Line 2624: warning: exported const PARAM_SET_FIELD_PARAM_VALUE should have comment (or a comment on this block) or be unexported (golint)
    • Line 2631: warning: comment on exported method ParamSet.Dict should be of the form "Dict ..." (golint)
    • Line 2704: warning: exported const GPS_RAW_INT_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 2716: warning: comment on exported method GpsRawInt.Dict should be of the form "Dict ..." (golint)
    • Line 2795: warning: exported const GPS_STATUS_FIELD_SATELLITES_VISIBLE should have comment (or a comment on this block) or be unexported (golint)
    • Line 2803: warning: comment on exported method GpsStatus.Dict should be of the form "Dict ..." (golint)
    • Line 2878: warning: exported const SCALED_IMU_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 2890: warning: comment on exported method ScaledImu.Dict should be of the form "Dict ..." (golint)
    • Line 2977: warning: exported const RAW_IMU_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 2989: warning: comment on exported method RawImu.Dict should be of the form "Dict ..." (golint)
    • Line 3066: warning: exported const RAW_PRESSURE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 3073: warning: comment on exported method RawPressure.Dict should be of the form "Dict ..." (golint)
    • Line 3133: warning: exported const SCALED_PRESSURE_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 3139: warning: comment on exported method ScaledPressure.Dict should be of the form "Dict ..." (golint)
    • Line 3202: warning: exported const ATTITUDE_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 3211: warning: comment on exported method Attitude.Dict should be of the form "Dict ..." (golint)
    • Line 3285: warning: exported const ATTITUDE_QUATERNION_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 3295: warning: comment on exported method AttitudeQuaternion.Dict should be of the form "Dict ..." (golint)
    • Line 3370: warning: exported const LOCAL_POSITION_NED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 3379: warning: comment on exported method LocalPositionNed.Dict should be of the form "Dict ..." (golint)
    • Line 3456: warning: exported const GLOBAL_POSITION_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 3467: warning: comment on exported method GlobalPositionInt.Dict should be of the form "Dict ..." (golint)
    • Line 3553: warning: exported const RC_CHANNELS_SCALED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 3566: warning: comment on exported method RcChannelsScaled.Dict should be of the form "Dict ..." (golint)
    • Line 3658: warning: exported const RC_CHANNELS_RAW_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 3671: warning: comment on exported method RcChannelsRaw.Dict should be of the form "Dict ..." (golint)
    • Line 3761: warning: exported const SERVO_OUTPUT_RAW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 3773: warning: comment on exported method ServoOutputRaw.Dict should be of the form "Dict ..." (golint)
    • Line 3848: warning: exported const MISSION_REQUEST_PARTIAL_LIST_FIELD_START_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 3854: warning: comment on exported method MissionRequestPartialList.Dict should be of the form "Dict ..." (golint)
    • Line 3911: warning: exported const MISSION_WRITE_PARTIAL_LIST_FIELD_START_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 3917: warning: comment on exported method MissionWritePartialList.Dict should be of the form "Dict ..." (golint)
    • Line 3995: warning: exported const MISSION_ITEM_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 4011: warning: comment on exported method MissionItem.Dict should be of the form "Dict ..." (golint)
    • Line 4096: warning: exported const MISSION_REQUEST_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 4101: warning: comment on exported method MissionRequest.Dict should be of the form "Dict ..." (golint)
    • Line 4153: warning: exported const MISSION_SET_CURRENT_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 4158: warning: comment on exported method MissionSetCurrent.Dict should be of the form "Dict ..." (golint)
    • Line 4206: warning: exported const MISSION_CURRENT_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 4209: warning: comment on exported method MissionCurrent.Dict should be of the form "Dict ..." (golint)
    • Line 4253: warning: exported const MISSION_REQUEST_LIST_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 4257: warning: comment on exported method MissionRequestList.Dict should be of the form "Dict ..." (golint)
    • Line 4306: warning: exported const MISSION_COUNT_FIELD_COUNT should have comment (or a comment on this block) or be unexported (golint)
    • Line 4311: warning: comment on exported method MissionCount.Dict should be of the form "Dict ..." (golint)
    • Line 4361: warning: exported const MISSION_CLEAR_ALL_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 4365: warning: comment on exported method MissionClearAll.Dict should be of the form "Dict ..." (golint)
    • Line 4410: warning: exported const MISSION_ITEM_REACHED_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 4413: warning: comment on exported method MissionItemReached.Dict should be of the form "Dict ..." (golint)
    • Line 4459: warning: exported const MISSION_ACK_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 4464: warning: comment on exported method MissionAck.Dict should be of the form "Dict ..." (golint)
    • Line 4518: warning: exported const SET_GPS_GLOBAL_ORIGIN_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 4524: warning: comment on exported method SetGpsGlobalOrigin.Dict should be of the form "Dict ..." (golint)
    • Line 4579: warning: exported const GPS_GLOBAL_ORIGIN_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 4584: warning: comment on exported method GpsGlobalOrigin.Dict should be of the form "Dict ..." (golint)
    • Line 4648: warning: exported const PARAM_MAP_RC_FIELD_PARAM_VALUE0 should have comment (or a comment on this block) or be unexported (golint)
    • Line 4659: warning: comment on exported method ParamMapRc.Dict should be of the form "Dict ..." (golint)
    • Line 4729: warning: exported const MISSION_REQUEST_INT_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 4734: warning: comment on exported method MissionRequestInt.Dict should be of the form "Dict ..." (golint)
    • Line 4790: warning: exported const MISSION_CHANGED_FIELD_START_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 4797: warning: comment on exported method MissionChanged.Dict should be of the form "Dict ..." (golint)
    • Line 4867: warning: exported const SAFETY_SET_ALLOWED_AREA_FIELD_P1X should have comment (or a comment on this block) or be unexported (golint)
    • Line 4878: warning: comment on exported method SafetySetAllowedArea.Dict should be of the form "Dict ..." (golint)
    • Line 4956: warning: exported const SAFETY_ALLOWED_AREA_FIELD_P1X should have comment (or a comment on this block) or be unexported (golint)
    • Line 4965: warning: comment on exported method SafetyAllowedArea.Dict should be of the form "Dict ..." (golint)
    • Line 5035: warning: exported const ATTITUDE_QUATERNION_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 5043: warning: comment on exported method AttitudeQuaternionCov.Dict should be of the form "Dict ..." (golint)
    • Line 5122: warning: exported const NAV_CONTROLLER_OUTPUT_FIELD_NAV_ROLL should have comment (or a comment on this block) or be unexported (golint)
    • Line 5132: warning: comment on exported method NavControllerOutput.Dict should be of the form "Dict ..." (golint)
    • Line 5213: warning: exported const GLOBAL_POSITION_INT_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 5225: warning: comment on exported method GlobalPositionIntCov.Dict should be of the form "Dict ..." (golint)
    • Line 5320: warning: exported const LOCAL_POSITION_NED_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 5334: warning: comment on exported method LocalPositionNedCov.Dict should be of the form "Dict ..." (golint)
    • Line 5453: warning: exported const RC_CHANNELS_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5476: warning: comment on exported method RcChannels.Dict should be of the form "Dict ..." (golint)
    • Line 5586: warning: exported const REQUEST_DATA_STREAM_FIELD_REQ_MESSAGE_RATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 5593: warning: comment on exported method RequestDataStream.Dict should be of the form "Dict ..." (golint)
    • Line 5651: warning: exported const DATA_STREAM_FIELD_MESSAGE_RATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 5656: warning: comment on exported method DataStream.Dict should be of the form "Dict ..." (golint)
    • Line 5714: warning: exported const MANUAL_CONTROL_FIELD_X should have comment (or a comment on this block) or be unexported (golint)
    • Line 5722: warning: comment on exported method ManualControl.Dict should be of the form "Dict ..." (golint)
    • Line 5797: warning: exported const RC_CHANNELS_OVERRIDE_FIELD_CHAN1_RAW should have comment (or a comment on this block) or be unexported (golint)
    • Line 5809: warning: comment on exported method RcChannelsOverride.Dict should be of the form "Dict ..." (golint)
    • Line 5905: warning: exported const MISSION_ITEM_INT_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 5921: warning: comment on exported method MissionItemInt.Dict should be of the form "Dict ..." (golint)
    • Line 6012: warning: exported const VFR_HUD_FIELD_AIRSPEED should have comment (or a comment on this block) or be unexported (golint)
    • Line 6020: warning: comment on exported method VfrHud.Dict should be of the form "Dict ..." (golint)
    • Line 6101: warning: exported const COMMAND_INT_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 6116: warning: comment on exported method CommandInt.Dict should be of the form "Dict ..." (golint)
    • Line 6214: warning: exported const COMMAND_LONG_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 6227: warning: comment on exported method CommandLong.Dict should be of the form "Dict ..." (golint)
    • Line 6301: warning: exported const COMMAND_ACK_FIELD_COMMAND should have comment (or a comment on this block) or be unexported (golint)
    • Line 6305: warning: comment on exported method CommandAck.Dict should be of the form "Dict ..." (golint)
    • Line 6354: warning: exported const COMMAND_CANCEL_FIELD_COMMAND should have comment (or a comment on this block) or be unexported (golint)
    • Line 6359: warning: comment on exported method CommandCancel.Dict should be of the form "Dict ..." (golint)
    • Line 6419: warning: exported const MANUAL_SETPOINT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 6428: warning: comment on exported method ManualSetpoint.Dict should be of the form "Dict ..." (golint)
    • Line 6504: warning: exported const SET_ATTITUDE_TARGET_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 6515: warning: comment on exported method SetAttitudeTarget.Dict should be of the form "Dict ..." (golint)
    • Line 6597: warning: exported const ATTITUDE_TARGET_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 6606: warning: comment on exported method AttitudeTarget.Dict should be of the form "Dict ..." (golint)
    • Line 6700: warning: exported const SET_POSITION_TARGET_LOCAL_NED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 6718: warning: comment on exported method SetPositionTargetLocalNed.Dict should be of the form "Dict ..." (golint)
    • Line 6831: warning: exported const POSITION_TARGET_LOCAL_NED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 6847: warning: comment on exported method PositionTargetLocalNed.Dict should be of the form "Dict ..." (golint)
    • Line 6958: warning: exported const SET_POSITION_TARGET_GLOBAL_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 6976: warning: comment on exported method SetPositionTargetGlobalInt.Dict should be of the form "Dict ..." (golint)
    • Line 7089: warning: exported const POSITION_TARGET_GLOBAL_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 7105: warning: comment on exported method PositionTargetGlobalInt.Dict should be of the form "Dict ..." (golint)
    • Line 7198: warning: exported const LOCAL_POSITION_NED_SYSTEM_GLOBAL_OFFSET_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 7207: warning: comment on exported method LocalPositionNedSystemGlobalOffset.Dict should be of the form "Dict ..." (golint)
    • Line 7297: warning: exported const HIL_STATE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7315: warning: comment on exported method HilState.Dict should be of the form "Dict ..." (golint)
    • Line 7422: warning: exported const HIL_CONTROLS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7435: warning: comment on exported method HilControls.Dict should be of the form "Dict ..." (golint)
    • Line 7533: warning: exported const HIL_RC_INPUTS_RAW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7549: warning: comment on exported method HilRcInputsRaw.Dict should be of the form "Dict ..." (golint)
    • Line 7636: warning: exported const HIL_ACTUATOR_CONTROLS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7642: warning: comment on exported method HilActuatorControls.Dict should be of the form "Dict ..." (golint)
    • Line 7711: warning: exported const OPTICAL_FLOW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7721: warning: comment on exported method OpticalFlow.Dict should be of the form "Dict ..." (golint)
    • Line 7796: warning: exported const GLOBAL_VISION_POSITION_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7805: warning: comment on exported method GlobalVisionPositionEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 7877: warning: exported const VISION_POSITION_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7886: warning: comment on exported method VisionPositionEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 7952: warning: exported const VISION_SPEED_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7958: warning: comment on exported method VisionSpeedEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 8021: warning: exported const VICON_POSITION_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 8030: warning: comment on exported method ViconPositionEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 8118: warning: exported const HIGHRES_IMU_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 8135: warning: comment on exported method HighresImu.Dict should be of the form "Dict ..." (golint)
    • Line 8241: warning: exported const OPTICAL_FLOW_RAD_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 8255: warning: comment on exported method OpticalFlowRad.Dict should be of the form "Dict ..." (golint)
    • Line 8358: warning: exported const HIL_SENSOR_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 8375: warning: comment on exported method HilSensor.Dict should be of the form "Dict ..." (golint)
    • Line 8499: warning: exported const SIM_STATE_FIELD_Q1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 8522: warning: comment on exported method SimState.Dict should be of the form "Dict ..." (golint)
    • Line 8636: warning: exported const RADIO_STATUS_FIELD_RXERRORS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8645: warning: comment on exported method RadioStatus.Dict should be of the form "Dict ..." (golint)
    • Line 8711: warning: exported const FILE_TRANSFER_PROTOCOL_FIELD_TARGET_NETWORK should have comment (or a comment on this block) or be unexported (golint)
    • Line 8717: warning: comment on exported method FileTransferProtocol.Dict should be of the form "Dict ..." (golint)
    • Line 8770: warning: exported const TIMESYNC_FIELD_TC1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 8774: warning: comment on exported method Timesync.Dict should be of the form "Dict ..." (golint)
    • Line 8821: warning: exported const CAMERA_TRIGGER_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 8825: warning: comment on exported method CameraTrigger.Dict should be of the form "Dict ..." (golint)
    • Line 8895: warning: exported const HIL_GPS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 8910: warning: comment on exported method HilGps.Dict should be of the form "Dict ..." (golint)
    • Line 9010: warning: exported const HIL_OPTICAL_FLOW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9024: warning: comment on exported method HilOpticalFlow.Dict should be of the form "Dict ..." (golint)
    • Line 9129: warning: exported const HIL_STATE_QUATERNION_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9147: warning: comment on exported method HilStateQuaternion.Dict should be of the form "Dict ..." (golint)
    • Line 9256: warning: exported const SCALED_IMU2_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 9268: warning: comment on exported method ScaledImu2.Dict should be of the form "Dict ..." (golint)
    • Line 9343: warning: exported const LOG_REQUEST_LIST_FIELD_START should have comment (or a comment on this block) or be unexported (golint)
    • Line 9349: warning: comment on exported method LogRequestList.Dict should be of the form "Dict ..." (golint)
    • Line 9408: warning: exported const LOG_ENTRY_FIELD_TIME_UTC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9415: warning: comment on exported method LogEntry.Dict should be of the form "Dict ..." (golint)
    • Line 9477: warning: exported const LOG_REQUEST_DATA_FIELD_OFS should have comment (or a comment on this block) or be unexported (golint)
    • Line 9484: warning: comment on exported method LogRequestData.Dict should be of the form "Dict ..." (golint)
    • Line 9544: warning: exported const LOG_DATA_FIELD_OFS should have comment (or a comment on this block) or be unexported (golint)
    • Line 9550: warning: comment on exported method LogData.Dict should be of the form "Dict ..." (golint)
    • Line 9603: warning: exported const LOG_ERASE_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 9607: warning: comment on exported method LogErase.Dict should be of the form "Dict ..." (golint)
    • Line 9654: warning: exported const LOG_REQUEST_END_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 9658: warning: comment on exported method LogRequestEnd.Dict should be of the form "Dict ..." (golint)
    • Line 9709: warning: exported const GPS_INJECT_DATA_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 9715: warning: comment on exported method GpsInjectData.Dict should be of the form "Dict ..." (golint)
    • Line 9788: warning: exported const GPS2_RAW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9802: warning: comment on exported method Gps2Raw.Dict should be of the form "Dict ..." (golint)
    • Line 9881: warning: exported const POWER_STATUS_FIELD_VCC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9886: warning: comment on exported method PowerStatus.Dict should be of the form "Dict ..." (golint)
    • Line 9944: warning: exported const SERIAL_CONTROL_FIELD_BAUDRATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 9952: warning: comment on exported method SerialControl.Dict should be of the form "Dict ..." (golint)
    • Line 10033: warning: exported const GPS_RTK_FIELD_TIME_LAST_BASELINE_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 10048: warning: comment on exported method GpsRtk.Dict should be of the form "Dict ..." (golint)
    • Line 10150: warning: exported const GPS2_RTK_FIELD_TIME_LAST_BASELINE_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 10165: warning: comment on exported method Gps2Rtk.Dict should be of the form "Dict ..." (golint)
    • Line 10261: warning: exported const SCALED_IMU3_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 10273: warning: comment on exported method ScaledImu3.Dict should be of the form "Dict ..." (golint)
    • Line 10354: warning: exported const DATA_TRANSMISSION_HANDSHAKE_FIELD_SIZE should have comment (or a comment on this block) or be unexported (golint)
    • Line 10363: warning: comment on exported method DataTransmissionHandshake.Dict should be of the form "Dict ..." (golint)
    • Line 10425: warning: exported const ENCAPSULATED_DATA_FIELD_SEQNR should have comment (or a comment on this block) or be unexported (golint)
    • Line 10429: warning: comment on exported method EncapsulatedData.Dict should be of the form "Dict ..." (golint)
    • Line 10488: warning: exported const DISTANCE_SENSOR_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 10498: warning: comment on exported method DistanceSensor.Dict should be of the form "Dict ..." (golint)
    • Line 10567: warning: exported const TERRAIN_REQUEST_FIELD_MASK should have comment (or a comment on this block) or be unexported (golint)
    • Line 10573: warning: comment on exported method TerrainRequest.Dict should be of the form "Dict ..." (golint)
    • Line 10632: warning: exported const TERRAIN_DATA_FIELD_LAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 10639: warning: comment on exported method TerrainData.Dict should be of the form "Dict ..." (golint)
    • Line 10699: warning: exported const TERRAIN_CHECK_FIELD_LAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 10703: warning: comment on exported method TerrainCheck.Dict should be of the form "Dict ..." (golint)
    • Line 10760: warning: exported const TERRAIN_REPORT_FIELD_LAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 10769: warning: comment on exported method TerrainReport.Dict should be of the form "Dict ..." (golint)
    • Line 10835: warning: exported const SCALED_PRESSURE2_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 10841: warning: comment on exported method ScaledPressure2.Dict should be of the form "Dict ..." (golint)
    • Line 10900: warning: exported const ATT_POS_MOCAP_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10907: warning: comment on exported method AttPosMocap.Dict should be of the form "Dict ..." (golint)
    • Line 10973: warning: exported const SET_ACTUATOR_CONTROL_TARGET_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10980: warning: comment on exported method SetActuatorControlTarget.Dict should be of the form "Dict ..." (golint)
    • Line 11042: warning: exported const ACTUATOR_CONTROL_TARGET_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 11047: warning: comment on exported method ActuatorControlTarget.Dict should be of the form "Dict ..." (golint)
    • Line 11111: warning: exported const ALTITUDE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 11120: warning: comment on exported method Altitude.Dict should be of the form "Dict ..." (golint)
    • Line 11188: warning: exported const RESOURCE_REQUEST_FIELD_REQUEST_ID should have comment (or a comment on this block) or be unexported (golint)
    • Line 11195: warning: comment on exported method ResourceRequest.Dict should be of the form "Dict ..." (golint)
    • Line 11255: warning: exported const SCALED_PRESSURE3_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 11261: warning: comment on exported method ScaledPressure3.Dict should be of the form "Dict ..." (golint)
    • Line 11332: warning: exported const FOLLOW_TARGET_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 11345: warning: comment on exported method FollowTarget.Dict should be of the form "Dict ..." (golint)
    • Line 11469: warning: exported const CONTROL_SYSTEM_STATE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 11488: warning: comment on exported method ControlSystemState.Dict should be of the form "Dict ..." (golint)
    • Line 11606: warning: exported const BATTERY_STATUS_FIELD_CURRENT_CONSUMED should have comment (or a comment on this block) or be unexported (golint)
    • Line 11617: warning: comment on exported method BatteryStatus.Dict should be of the form "Dict ..." (golint)
    • Line 11707: warning: exported const AUTOPILOT_VERSION_FIELD_CAPABILITIES should have comment (or a comment on this block) or be unexported (golint)
    • Line 11720: warning: comment on exported method AutopilotVersion.Dict should be of the form "Dict ..." (golint)
    • Line 11806: warning: exported const LANDING_TARGET_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 11816: warning: comment on exported method LandingTarget.Dict should be of the form "Dict ..." (golint)
    • Line 11885: warning: exported const FENCE_STATUS_FIELD_BREACH_TIME should have comment (or a comment on this block) or be unexported (golint)
    • Line 11891: warning: comment on exported method FenceStatus.Dict should be of the form "Dict ..." (golint)
    • Line 11968: warning: exported const MAG_CAL_REPORT_FIELD_FITNESS should have comment (or a comment on this block) or be unexported (golint)
    • Line 11984: warning: comment on exported method MagCalReport.Dict should be of the form "Dict ..." (golint)
    • Line 12097: warning: exported const EFI_STATUS_FIELD_ECU_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 12116: warning: comment on exported method EfiStatus.Dict should be of the form "Dict ..." (golint)
    • Line 12224: warning: exported const ESTIMATOR_STATUS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 12236: warning: comment on exported method EstimatorStatus.Dict should be of the form "Dict ..." (golint)
    • Line 12321: warning: exported const WIND_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 12332: warning: comment on exported method WindCov.Dict should be of the form "Dict ..." (golint)
    • Line 12432: warning: exported const GPS_INPUT_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 12452: warning: comment on exported method GpsInput.Dict should be of the form "Dict ..." (golint)
    • Line 12549: warning: exported const GPS_RTCM_DATA_FIELD_FLAGS should have comment (or a comment on this block) or be unexported (golint)
    • Line 12554: warning: comment on exported method GpsRtcmData.Dict should be of the form "Dict ..." (golint)
    • Line 12648: warning: exported const HIGH_LATENCY_FIELD_CUSTOM_MODE should have comment (or a comment on this block) or be unexported (golint)
    • Line 12674: warning: comment on exported method HighLatency.Dict should be of the form "Dict ..." (golint)
    • Line 12837: warning: exported const HIGH_LATENCY2_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 12866: warning: comment on exported method HighLatency2.Dict should be of the form "Dict ..." (golint)
    • Line 12998: warning: exported const VIBRATION_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 13007: warning: comment on exported method Vibration.Dict should be of the form "Dict ..." (golint)
    • Line 13085: warning: exported const HOME_POSITION_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 13097: warning: comment on exported method HomePosition.Dict should be of the form "Dict ..." (golint)
    • Line 13190: warning: exported const SET_HOME_POSITION_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 13203: warning: comment on exported method SetHomePosition.Dict should be of the form "Dict ..." (golint)
    • Line 13281: warning: exported const MESSAGE_INTERVAL_FIELD_INTERVAL_US should have comment (or a comment on this block) or be unexported (golint)
    • Line 13285: warning: comment on exported method MessageInterval.Dict should be of the form "Dict ..." (golint)
    • Line 13332: warning: exported const EXTENDED_SYS_STATE_FIELD_VTOL_STATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 13336: warning: comment on exported method ExtendedSysState.Dict should be of the form "Dict ..." (golint)
    • Line 13405: warning: exported const ADSB_VEHICLE_FIELD_ICAO_ADDRESS should have comment (or a comment on this block) or be unexported (golint)
    • Line 13420: warning: comment on exported method AdsbVehicle.Dict should be of the form "Dict ..." (golint)
    • Line 13510: warning: exported const COLLISION_FIELD_ID should have comment (or a comment on this block) or be unexported (golint)
    • Line 13519: warning: comment on exported method Collision.Dict should be of the form "Dict ..." (golint)
    • Line 13587: warning: exported const V2_EXTENSION_FIELD_MESSAGE_TYPE should have comment (or a comment on this block) or be unexported (golint)
    • Line 13594: warning: comment on exported method V2Extension.Dict should be of the form "Dict ..." (golint)
    • Line 13654: warning: exported const MEMORY_VECT_FIELD_ADDRESS should have comment (or a comment on this block) or be unexported (golint)
    • Line 13660: warning: comment on exported method MemoryVect.Dict should be of the form "Dict ..." (golint)
    • Line 13723: warning: exported const DEBUG_VECT_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 13730: warning: comment on exported method DebugVect.Dict should be of the form "Dict ..." (golint)
    • Line 13788: warning: exported const NAMED_VALUE_FLOAT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 13793: warning: comment on exported method NamedValueFloat.Dict should be of the form "Dict ..." (golint)
    • Line 13845: warning: exported const NAMED_VALUE_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 13850: warning: comment on exported method NamedValueInt.Dict should be of the form "Dict ..." (golint)
    • Line 13900: warning: exported const STATUSTEXT_FIELD_SEVERITY should have comment (or a comment on this block) or be unexported (golint)
    • Line 13904: warning: comment on exported method Statustext.Dict should be of the form "Dict ..." (golint)
    • Line 13953: warning: exported const DEBUG_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 13958: warning: comment on exported method Debug.Dict should be of the form "Dict ..." (golint)
    • Line 14016: warning: exported const HEARTBEAT_FIELD_CUSTOM_MODE should have comment (or a comment on this block) or be unexported (golint)
    • Line 14024: warning: comment on exported method Heartbeat.Dict should be of the form "Dict ..." (golint)
    • go-mavlink/mavlink/dialects/matrixpilot/classes.go
    • Line 39: warning: exported const FLEXIFUNCTION_SET_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 43: warning: comment on exported method FlexifunctionSet.Dict should be of the form "Dict ..." (golint)
    • Line 94: warning: exported const FLEXIFUNCTION_READ_REQ_FIELD_READ_REQ_TYPE should have comment (or a comment on this block) or be unexported (golint)
    • Line 100: warning: comment on exported method FlexifunctionReadReq.Dict should be of the form "Dict ..." (golint)
    • Line 163: warning: exported const FLEXIFUNCTION_BUFFER_FUNCTION_FIELD_FUNC_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 172: warning: comment on exported method FlexifunctionBufferFunction.Dict should be of the form "Dict ..." (golint)
    • Line 242: warning: exported const FLEXIFUNCTION_BUFFER_FUNCTION_ACK_FIELD_FUNC_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 248: warning: comment on exported method FlexifunctionBufferFunctionAck.Dict should be of the form "Dict ..." (golint)
    • Line 309: warning: exported const FLEXIFUNCTION_DIRECTORY_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 317: warning: comment on exported method FlexifunctionDirectory.Dict should be of the form "Dict ..." (golint)
    • Line 388: warning: exported const FLEXIFUNCTION_DIRECTORY_ACK_FIELD_RESULT should have comment (or a comment on this block) or be unexported (golint)
    • Line 396: warning: comment on exported method FlexifunctionDirectoryAck.Dict should be of the form "Dict ..." (golint)
    • Line 457: warning: exported const FLEXIFUNCTION_COMMAND_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 462: warning: comment on exported method FlexifunctionCommand.Dict should be of the form "Dict ..." (golint)
    • Line 512: warning: exported const FLEXIFUNCTION_COMMAND_ACK_FIELD_COMMAND_TYPE should have comment (or a comment on this block) or be unexported (golint)
    • Line 516: warning: comment on exported method FlexifunctionCommandAck.Dict should be of the form "Dict ..." (golint)
    • Line 613: warning: exported const SERIAL_UDB_EXTRA_F2_A_FIELD_SUE_TIME should have comment (or a comment on this block) or be unexported (golint)
    • Line 642: warning: comment on exported method SerialUdbExtraF2A.Dict should be of the form "Dict ..." (golint)
    • Line 860: warning: exported const SERIAL_UDB_EXTRA_F2_B_FIELD_SUE_TIME should have comment (or a comment on this block) or be unexported (golint)
    • Line 912: warning: comment on exported method SerialUdbExtraF2B.Dict should be of the form "Dict ..." (golint)
    • Line 1119: warning: exported const SERIAL_UDB_EXTRA_F4_FIELD_SUE_ROLL_STABILIZATION_AILERONS should have comment (or a comment on this block) or be unexported (golint)
    • Line 1131: warning: comment on exported method SerialUdbExtraF4.Dict should be of the form "Dict ..." (golint)
    • Line 1206: warning: exported const SERIAL_UDB_EXTRA_F5_FIELD_SUE_YAWKP_AILERON should have comment (or a comment on this block) or be unexported (golint)
    • Line 1212: warning: comment on exported method SerialUdbExtraF5.Dict should be of the form "Dict ..." (golint)
    • Line 1271: warning: exported const SERIAL_UDB_EXTRA_F6_FIELD_SUE_PITCHGAIN should have comment (or a comment on this block) or be unexported (golint)
    • Line 1278: warning: comment on exported method SerialUdbExtraF6.Dict should be of the form "Dict ..." (golint)
    • Line 1342: warning: exported const SERIAL_UDB_EXTRA_F7_FIELD_SUE_YAWKP_RUDDER should have comment (or a comment on this block) or be unexported (golint)
    • Line 1350: warning: comment on exported method SerialUdbExtraF7.Dict should be of the form "Dict ..." (golint)
    • Line 1419: warning: exported const SERIAL_UDB_EXTRA_F8_FIELD_SUE_HEIGHT_TARGET_MAX should have comment (or a comment on this block) or be unexported (golint)
    • Line 1428: warning: comment on exported method SerialUdbExtraF8.Dict should be of the form "Dict ..." (golint)
    • Line 1494: warning: exported const SERIAL_UDB_EXTRA_F13_FIELD_SUE_LAT_ORIGIN should have comment (or a comment on this block) or be unexported (golint)
    • Line 1500: warning: comment on exported method SerialUdbExtraF13.Dict should be of the form "Dict ..." (golint)
    • Line 1571: warning: exported const SERIAL_UDB_EXTRA_F14_FIELD_SUE_TRAP_SOURCE should have comment (or a comment on this block) or be unexported (golint)
    • Line 1584: warning: comment on exported method SerialUdbExtraF14.Dict should be of the form "Dict ..." (golint)
    • Line 1658: warning: exported const SERIAL_UDB_EXTRA_F15_FIELD_SUE_ID_VEHICLE_MODEL_NAME should have comment (or a comment on this block) or be unexported (golint)
    • Line 1662: warning: comment on exported method SerialUdbExtraF15.Dict should be of the form "Dict ..." (golint)
    • Line 1709: warning: exported const SERIAL_UDB_EXTRA_F16_FIELD_SUE_ID_LEAD_PILOT should have comment (or a comment on this block) or be unexported (golint)
    • Line 1713: warning: comment on exported method SerialUdbExtraF16.Dict should be of the form "Dict ..." (golint)
    • Line 1770: warning: exported const ALTITUDES_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 1779: warning: comment on exported method Altitudes.Dict should be of the form "Dict ..." (golint)
    • Line 1851: warning: exported const AIRSPEEDS_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 1860: warning: comment on exported method Airspeeds.Dict should be of the form "Dict ..." (golint)
    • Line 1924: warning: exported const SERIAL_UDB_EXTRA_F17_FIELD_SUE_FEED_FORWARD should have comment (or a comment on this block) or be unexported (golint)
    • Line 1929: warning: comment on exported method SerialUdbExtraF17.Dict should be of the form "Dict ..." (golint)
    • Line 1985: warning: exported const SERIAL_UDB_EXTRA_F18_FIELD_ANGLE_OF_ATTACK_NORMAL should have comment (or a comment on this block) or be unexported (golint)
    • Line 1992: warning: comment on exported method SerialUdbExtraF18.Dict should be of the form "Dict ..." (golint)
    • Line 2060: warning: exported const SERIAL_UDB_EXTRA_F19_FIELD_SUE_AILERON_OUTPUT_CHANNEL should have comment (or a comment on this block) or be unexported (golint)
    • Line 2070: warning: comment on exported method SerialUdbExtraF19.Dict should be of the form "Dict ..." (golint)
    • Line 2157: warning: exported const SERIAL_UDB_EXTRA_F20_FIELD_SUE_TRIM_VALUE_INPUT_1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 2172: warning: comment on exported method SerialUdbExtraF20.Dict should be of the form "Dict ..." (golint)
    • Line 2260: warning: exported const SERIAL_UDB_EXTRA_F21_FIELD_SUE_ACCEL_X_OFFSET should have comment (or a comment on this block) or be unexported (golint)
    • Line 2268: warning: comment on exported method SerialUdbExtraF21.Dict should be of the form "Dict ..." (golint)
    • Line 2335: warning: exported const SERIAL_UDB_EXTRA_F22_FIELD_SUE_ACCEL_X_AT_CALIBRATION should have comment (or a comment on this block) or be unexported (golint)
    • Line 2343: warning: comment on exported method SerialUdbExtraF22.Dict should be of the form "Dict ..." (golint)
    • Line 2424: warning: exported const SYS_STATUS_FIELD_ONBOARD_CONTROL_SENSORS_PRESENT should have comment (or a comment on this block) or be unexported (golint)
    • Line 2439: warning: comment on exported method SysStatus.Dict should be of the form "Dict ..." (golint)
    • Line 2519: warning: exported const SYSTEM_TIME_FIELD_TIME_UNIX_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 2523: warning: comment on exported method SystemTime.Dict should be of the form "Dict ..." (golint)
    • Line 2574: warning: exported const PING_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 2580: warning: comment on exported method Ping.Dict should be of the form "Dict ..." (golint)
    • Line 2637: warning: exported const CHANGE_OPERATOR_CONTROL_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 2643: warning: comment on exported method ChangeOperatorControl.Dict should be of the form "Dict ..." (golint)
    • Line 2698: warning: exported const CHANGE_OPERATOR_CONTROL_ACK_FIELD_GCS_SYSTEM_ID should have comment (or a comment on this block) or be unexported (golint)
    • Line 2703: warning: comment on exported method ChangeOperatorControlAck.Dict should be of the form "Dict ..." (golint)
    • Line 2751: warning: exported const AUTH_KEY_FIELD_KEY should have comment (or a comment on this block) or be unexported (golint)
    • Line 2754: warning: comment on exported method AuthKey.Dict should be of the form "Dict ..." (golint)
    • Line 2816: warning: exported const LINK_NODE_STATUS_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 2829: warning: comment on exported method LinkNodeStatus.Dict should be of the form "Dict ..." (golint)
    • Line 2905: warning: exported const SET_MODE_FIELD_CUSTOM_MODE should have comment (or a comment on this block) or be unexported (golint)
    • Line 2910: warning: comment on exported method SetMode.Dict should be of the form "Dict ..." (golint)
    • Line 2968: warning: exported const PARAM_ACK_TRANSACTION_FIELD_PARAM_VALUE should have comment (or a comment on this block) or be unexported (golint)
    • Line 2976: warning: comment on exported method ParamAckTransaction.Dict should be of the form "Dict ..." (golint)
    • Line 3039: warning: exported const PARAM_REQUEST_READ_FIELD_PARAM_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 3045: warning: comment on exported method ParamRequestRead.Dict should be of the form "Dict ..." (golint)
    • Line 3098: warning: exported const PARAM_REQUEST_LIST_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 3102: warning: comment on exported method ParamRequestList.Dict should be of the form "Dict ..." (golint)
    • Line 3155: warning: exported const PARAM_VALUE_FIELD_PARAM_VALUE should have comment (or a comment on this block) or be unexported (golint)
    • Line 3162: warning: comment on exported method ParamValue.Dict should be of the form "Dict ..." (golint)
    • Line 3226: warning: exported const PARAM_SET_FIELD_PARAM_VALUE should have comment (or a comment on this block) or be unexported (golint)
    • Line 3233: warning: comment on exported method ParamSet.Dict should be of the form "Dict ..." (golint)
    • Line 3306: warning: exported const GPS_RAW_INT_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 3318: warning: comment on exported method GpsRawInt.Dict should be of the form "Dict ..." (golint)
    • Line 3397: warning: exported const GPS_STATUS_FIELD_SATELLITES_VISIBLE should have comment (or a comment on this block) or be unexported (golint)
    • Line 3405: warning: comment on exported method GpsStatus.Dict should be of the form "Dict ..." (golint)
    • Line 3480: warning: exported const SCALED_IMU_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 3492: warning: comment on exported method ScaledImu.Dict should be of the form "Dict ..." (golint)
    • Line 3579: warning: exported const RAW_IMU_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 3591: warning: comment on exported method RawImu.Dict should be of the form "Dict ..." (golint)
    • Line 3668: warning: exported const RAW_PRESSURE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 3675: warning: comment on exported method RawPressure.Dict should be of the form "Dict ..." (golint)
    • Line 3735: warning: exported const SCALED_PRESSURE_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 3741: warning: comment on exported method ScaledPressure.Dict should be of the form "Dict ..." (golint)
    • Line 3804: warning: exported const ATTITUDE_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 3813: warning: comment on exported method Attitude.Dict should be of the form "Dict ..." (golint)
    • Line 3887: warning: exported const ATTITUDE_QUATERNION_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 3897: warning: comment on exported method AttitudeQuaternion.Dict should be of the form "Dict ..." (golint)
    • Line 3972: warning: exported const LOCAL_POSITION_NED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 3981: warning: comment on exported method LocalPositionNed.Dict should be of the form "Dict ..." (golint)
    • Line 4058: warning: exported const GLOBAL_POSITION_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 4069: warning: comment on exported method GlobalPositionInt.Dict should be of the form "Dict ..." (golint)
    • Line 4155: warning: exported const RC_CHANNELS_SCALED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 4168: warning: comment on exported method RcChannelsScaled.Dict should be of the form "Dict ..." (golint)
    • Line 4260: warning: exported const RC_CHANNELS_RAW_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 4273: warning: comment on exported method RcChannelsRaw.Dict should be of the form "Dict ..." (golint)
    • Line 4363: warning: exported const SERVO_OUTPUT_RAW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 4375: warning: comment on exported method ServoOutputRaw.Dict should be of the form "Dict ..." (golint)
    • Line 4450: warning: exported const MISSION_REQUEST_PARTIAL_LIST_FIELD_START_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 4456: warning: comment on exported method MissionRequestPartialList.Dict should be of the form "Dict ..." (golint)
    • Line 4513: warning: exported const MISSION_WRITE_PARTIAL_LIST_FIELD_START_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 4519: warning: comment on exported method MissionWritePartialList.Dict should be of the form "Dict ..." (golint)
    • Line 4597: warning: exported const MISSION_ITEM_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 4613: warning: comment on exported method MissionItem.Dict should be of the form "Dict ..." (golint)
    • Line 4698: warning: exported const MISSION_REQUEST_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 4703: warning: comment on exported method MissionRequest.Dict should be of the form "Dict ..." (golint)
    • Line 4755: warning: exported const MISSION_SET_CURRENT_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 4760: warning: comment on exported method MissionSetCurrent.Dict should be of the form "Dict ..." (golint)
    • Line 4808: warning: exported const MISSION_CURRENT_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 4811: warning: comment on exported method MissionCurrent.Dict should be of the form "Dict ..." (golint)
    • Line 4855: warning: exported const MISSION_REQUEST_LIST_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 4859: warning: comment on exported method MissionRequestList.Dict should be of the form "Dict ..." (golint)
    • Line 4908: warning: exported const MISSION_COUNT_FIELD_COUNT should have comment (or a comment on this block) or be unexported (golint)
    • Line 4913: warning: comment on exported method MissionCount.Dict should be of the form "Dict ..." (golint)
    • Line 4963: warning: exported const MISSION_CLEAR_ALL_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 4967: warning: comment on exported method MissionClearAll.Dict should be of the form "Dict ..." (golint)
    • Line 5012: warning: exported const MISSION_ITEM_REACHED_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 5015: warning: comment on exported method MissionItemReached.Dict should be of the form "Dict ..." (golint)
    • Line 5061: warning: exported const MISSION_ACK_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 5066: warning: comment on exported method MissionAck.Dict should be of the form "Dict ..." (golint)
    • Line 5120: warning: exported const SET_GPS_GLOBAL_ORIGIN_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 5126: warning: comment on exported method SetGpsGlobalOrigin.Dict should be of the form "Dict ..." (golint)
    • Line 5181: warning: exported const GPS_GLOBAL_ORIGIN_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 5186: warning: comment on exported method GpsGlobalOrigin.Dict should be of the form "Dict ..." (golint)
    • Line 5250: warning: exported const PARAM_MAP_RC_FIELD_PARAM_VALUE0 should have comment (or a comment on this block) or be unexported (golint)
    • Line 5261: warning: comment on exported method ParamMapRc.Dict should be of the form "Dict ..." (golint)
    • Line 5331: warning: exported const MISSION_REQUEST_INT_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 5336: warning: comment on exported method MissionRequestInt.Dict should be of the form "Dict ..." (golint)
    • Line 5392: warning: exported const MISSION_CHANGED_FIELD_START_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 5399: warning: comment on exported method MissionChanged.Dict should be of the form "Dict ..." (golint)
    • Line 5469: warning: exported const SAFETY_SET_ALLOWED_AREA_FIELD_P1X should have comment (or a comment on this block) or be unexported (golint)
    • Line 5480: warning: comment on exported method SafetySetAllowedArea.Dict should be of the form "Dict ..." (golint)
    • Line 5558: warning: exported const SAFETY_ALLOWED_AREA_FIELD_P1X should have comment (or a comment on this block) or be unexported (golint)
    • Line 5567: warning: comment on exported method SafetyAllowedArea.Dict should be of the form "Dict ..." (golint)
    • Line 5637: warning: exported const ATTITUDE_QUATERNION_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 5645: warning: comment on exported method AttitudeQuaternionCov.Dict should be of the form "Dict ..." (golint)
    • Line 5724: warning: exported const NAV_CONTROLLER_OUTPUT_FIELD_NAV_ROLL should have comment (or a comment on this block) or be unexported (golint)
    • Line 5734: warning: comment on exported method NavControllerOutput.Dict should be of the form "Dict ..." (golint)
    • Line 5815: warning: exported const GLOBAL_POSITION_INT_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 5827: warning: comment on exported method GlobalPositionIntCov.Dict should be of the form "Dict ..." (golint)
    • Line 5922: warning: exported const LOCAL_POSITION_NED_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 5936: warning: comment on exported method LocalPositionNedCov.Dict should be of the form "Dict ..." (golint)
    • Line 6055: warning: exported const RC_CHANNELS_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 6078: warning: comment on exported method RcChannels.Dict should be of the form "Dict ..." (golint)
    • Line 6188: warning: exported const REQUEST_DATA_STREAM_FIELD_REQ_MESSAGE_RATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 6195: warning: comment on exported method RequestDataStream.Dict should be of the form "Dict ..." (golint)
    • Line 6253: warning: exported const DATA_STREAM_FIELD_MESSAGE_RATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 6258: warning: comment on exported method DataStream.Dict should be of the form "Dict ..." (golint)
    • Line 6316: warning: exported const MANUAL_CONTROL_FIELD_X should have comment (or a comment on this block) or be unexported (golint)
    • Line 6324: warning: comment on exported method ManualControl.Dict should be of the form "Dict ..." (golint)
    • Line 6399: warning: exported const RC_CHANNELS_OVERRIDE_FIELD_CHAN1_RAW should have comment (or a comment on this block) or be unexported (golint)
    • Line 6411: warning: comment on exported method RcChannelsOverride.Dict should be of the form "Dict ..." (golint)
    • Line 6507: warning: exported const MISSION_ITEM_INT_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 6523: warning: comment on exported method MissionItemInt.Dict should be of the form "Dict ..." (golint)
    • Line 6614: warning: exported const VFR_HUD_FIELD_AIRSPEED should have comment (or a comment on this block) or be unexported (golint)
    • Line 6622: warning: comment on exported method VfrHud.Dict should be of the form "Dict ..." (golint)
    • Line 6703: warning: exported const COMMAND_INT_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 6718: warning: comment on exported method CommandInt.Dict should be of the form "Dict ..." (golint)
    • Line 6816: warning: exported const COMMAND_LONG_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 6829: warning: comment on exported method CommandLong.Dict should be of the form "Dict ..." (golint)
    • Line 6903: warning: exported const COMMAND_ACK_FIELD_COMMAND should have comment (or a comment on this block) or be unexported (golint)
    • Line 6907: warning: comment on exported method CommandAck.Dict should be of the form "Dict ..." (golint)
    • Line 6956: warning: exported const COMMAND_CANCEL_FIELD_COMMAND should have comment (or a comment on this block) or be unexported (golint)
    • Line 6961: warning: comment on exported method CommandCancel.Dict should be of the form "Dict ..." (golint)
    • Line 7021: warning: exported const MANUAL_SETPOINT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 7030: warning: comment on exported method ManualSetpoint.Dict should be of the form "Dict ..." (golint)
    • Line 7106: warning: exported const SET_ATTITUDE_TARGET_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 7117: warning: comment on exported method SetAttitudeTarget.Dict should be of the form "Dict ..." (golint)
    • Line 7199: warning: exported const ATTITUDE_TARGET_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 7208: warning: comment on exported method AttitudeTarget.Dict should be of the form "Dict ..." (golint)
    • Line 7302: warning: exported const SET_POSITION_TARGET_LOCAL_NED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 7320: warning: comment on exported method SetPositionTargetLocalNed.Dict should be of the form "Dict ..." (golint)
    • Line 7433: warning: exported const POSITION_TARGET_LOCAL_NED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 7449: warning: comment on exported method PositionTargetLocalNed.Dict should be of the form "Dict ..." (golint)
    • Line 7560: warning: exported const SET_POSITION_TARGET_GLOBAL_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 7578: warning: comment on exported method SetPositionTargetGlobalInt.Dict should be of the form "Dict ..." (golint)
    • Line 7691: warning: exported const POSITION_TARGET_GLOBAL_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 7707: warning: comment on exported method PositionTargetGlobalInt.Dict should be of the form "Dict ..." (golint)
    • Line 7800: warning: exported const LOCAL_POSITION_NED_SYSTEM_GLOBAL_OFFSET_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 7809: warning: comment on exported method LocalPositionNedSystemGlobalOffset.Dict should be of the form "Dict ..." (golint)
    • Line 7899: warning: exported const HIL_STATE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7917: warning: comment on exported method HilState.Dict should be of the form "Dict ..." (golint)
    • Line 8024: warning: exported const HIL_CONTROLS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 8037: warning: comment on exported method HilControls.Dict should be of the form "Dict ..." (golint)
    • Line 8135: warning: exported const HIL_RC_INPUTS_RAW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 8151: warning: comment on exported method HilRcInputsRaw.Dict should be of the form "Dict ..." (golint)
    • Line 8238: warning: exported const HIL_ACTUATOR_CONTROLS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 8244: warning: comment on exported method HilActuatorControls.Dict should be of the form "Dict ..." (golint)
    • Line 8313: warning: exported const OPTICAL_FLOW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 8323: warning: comment on exported method OpticalFlow.Dict should be of the form "Dict ..." (golint)
    • Line 8398: warning: exported const GLOBAL_VISION_POSITION_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 8407: warning: comment on exported method GlobalVisionPositionEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 8479: warning: exported const VISION_POSITION_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 8488: warning: comment on exported method VisionPositionEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 8554: warning: exported const VISION_SPEED_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 8560: warning: comment on exported method VisionSpeedEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 8623: warning: exported const VICON_POSITION_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 8632: warning: comment on exported method ViconPositionEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 8720: warning: exported const HIGHRES_IMU_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 8737: warning: comment on exported method HighresImu.Dict should be of the form "Dict ..." (golint)
    • Line 8843: warning: exported const OPTICAL_FLOW_RAD_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 8857: warning: comment on exported method OpticalFlowRad.Dict should be of the form "Dict ..." (golint)
    • Line 8960: warning: exported const HIL_SENSOR_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 8977: warning: comment on exported method HilSensor.Dict should be of the form "Dict ..." (golint)
    • Line 9101: warning: exported const SIM_STATE_FIELD_Q1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 9124: warning: comment on exported method SimState.Dict should be of the form "Dict ..." (golint)
    • Line 9238: warning: exported const RADIO_STATUS_FIELD_RXERRORS should have comment (or a comment on this block) or be unexported (golint)
    • Line 9247: warning: comment on exported method RadioStatus.Dict should be of the form "Dict ..." (golint)
    • Line 9313: warning: exported const FILE_TRANSFER_PROTOCOL_FIELD_TARGET_NETWORK should have comment (or a comment on this block) or be unexported (golint)
    • Line 9319: warning: comment on exported method FileTransferProtocol.Dict should be of the form "Dict ..." (golint)
    • Line 9372: warning: exported const TIMESYNC_FIELD_TC1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 9376: warning: comment on exported method Timesync.Dict should be of the form "Dict ..." (golint)
    • Line 9423: warning: exported const CAMERA_TRIGGER_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9427: warning: comment on exported method CameraTrigger.Dict should be of the form "Dict ..." (golint)
    • Line 9497: warning: exported const HIL_GPS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9512: warning: comment on exported method HilGps.Dict should be of the form "Dict ..." (golint)
    • Line 9612: warning: exported const HIL_OPTICAL_FLOW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9626: warning: comment on exported method HilOpticalFlow.Dict should be of the form "Dict ..." (golint)
    • Line 9731: warning: exported const HIL_STATE_QUATERNION_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9749: warning: comment on exported method HilStateQuaternion.Dict should be of the form "Dict ..." (golint)
    • Line 9858: warning: exported const SCALED_IMU2_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 9870: warning: comment on exported method ScaledImu2.Dict should be of the form "Dict ..." (golint)
    • Line 9945: warning: exported const LOG_REQUEST_LIST_FIELD_START should have comment (or a comment on this block) or be unexported (golint)
    • Line 9951: warning: comment on exported method LogRequestList.Dict should be of the form "Dict ..." (golint)
    • Line 10010: warning: exported const LOG_ENTRY_FIELD_TIME_UTC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10017: warning: comment on exported method LogEntry.Dict should be of the form "Dict ..." (golint)
    • Line 10079: warning: exported const LOG_REQUEST_DATA_FIELD_OFS should have comment (or a comment on this block) or be unexported (golint)
    • Line 10086: warning: comment on exported method LogRequestData.Dict should be of the form "Dict ..." (golint)
    • Line 10146: warning: exported const LOG_DATA_FIELD_OFS should have comment (or a comment on this block) or be unexported (golint)
    • Line 10152: warning: comment on exported method LogData.Dict should be of the form "Dict ..." (golint)
    • Line 10205: warning: exported const LOG_ERASE_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 10209: warning: comment on exported method LogErase.Dict should be of the form "Dict ..." (golint)
    • Line 10256: warning: exported const LOG_REQUEST_END_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 10260: warning: comment on exported method LogRequestEnd.Dict should be of the form "Dict ..." (golint)
    • Line 10311: warning: exported const GPS_INJECT_DATA_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 10317: warning: comment on exported method GpsInjectData.Dict should be of the form "Dict ..." (golint)
    • Line 10390: warning: exported const GPS2_RAW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10404: warning: comment on exported method Gps2Raw.Dict should be of the form "Dict ..." (golint)
    • Line 10483: warning: exported const POWER_STATUS_FIELD_VCC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10488: warning: comment on exported method PowerStatus.Dict should be of the form "Dict ..." (golint)
    • Line 10546: warning: exported const SERIAL_CONTROL_FIELD_BAUDRATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 10554: warning: comment on exported method SerialControl.Dict should be of the form "Dict ..." (golint)
    • Line 10635: warning: exported const GPS_RTK_FIELD_TIME_LAST_BASELINE_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 10650: warning: comment on exported method GpsRtk.Dict should be of the form "Dict ..." (golint)
    • Line 10752: warning: exported const GPS2_RTK_FIELD_TIME_LAST_BASELINE_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 10767: warning: comment on exported method Gps2Rtk.Dict should be of the form "Dict ..." (golint)
    • Line 10863: warning: exported const SCALED_IMU3_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 10875: warning: comment on exported method ScaledImu3.Dict should be of the form "Dict ..." (golint)
    • Line 10956: warning: exported const DATA_TRANSMISSION_HANDSHAKE_FIELD_SIZE should have comment (or a comment on this block) or be unexported (golint)
    • Line 10965: warning: comment on exported method DataTransmissionHandshake.Dict should be of the form "Dict ..." (golint)
    • Line 11027: warning: exported const ENCAPSULATED_DATA_FIELD_SEQNR should have comment (or a comment on this block) or be unexported (golint)
    • Line 11031: warning: comment on exported method EncapsulatedData.Dict should be of the form "Dict ..." (golint)
    • Line 11090: warning: exported const DISTANCE_SENSOR_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 11100: warning: comment on exported method DistanceSensor.Dict should be of the form "Dict ..." (golint)
    • Line 11169: warning: exported const TERRAIN_REQUEST_FIELD_MASK should have comment (or a comment on this block) or be unexported (golint)
    • Line 11175: warning: comment on exported method TerrainRequest.Dict should be of the form "Dict ..." (golint)
    • Line 11234: warning: exported const TERRAIN_DATA_FIELD_LAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 11241: warning: comment on exported method TerrainData.Dict should be of the form "Dict ..." (golint)
    • Line 11301: warning: exported const TERRAIN_CHECK_FIELD_LAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 11305: warning: comment on exported method TerrainCheck.Dict should be of the form "Dict ..." (golint)
    • Line 11362: warning: exported const TERRAIN_REPORT_FIELD_LAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 11371: warning: comment on exported method TerrainReport.Dict should be of the form "Dict ..." (golint)
    • Line 11437: warning: exported const SCALED_PRESSURE2_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 11443: warning: comment on exported method ScaledPressure2.Dict should be of the form "Dict ..." (golint)
    • Line 11502: warning: exported const ATT_POS_MOCAP_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 11509: warning: comment on exported method AttPosMocap.Dict should be of the form "Dict ..." (golint)
    • Line 11575: warning: exported const SET_ACTUATOR_CONTROL_TARGET_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 11582: warning: comment on exported method SetActuatorControlTarget.Dict should be of the form "Dict ..." (golint)
    • Line 11644: warning: exported const ACTUATOR_CONTROL_TARGET_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 11649: warning: comment on exported method ActuatorControlTarget.Dict should be of the form "Dict ..." (golint)
    • Line 11713: warning: exported const ALTITUDE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 11722: warning: comment on exported method Altitude.Dict should be of the form "Dict ..." (golint)
    • Line 11790: warning: exported const RESOURCE_REQUEST_FIELD_REQUEST_ID should have comment (or a comment on this block) or be unexported (golint)
    • Line 11797: warning: comment on exported method ResourceRequest.Dict should be of the form "Dict ..." (golint)
    • Line 11857: warning: exported const SCALED_PRESSURE3_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 11863: warning: comment on exported method ScaledPressure3.Dict should be of the form "Dict ..." (golint)
    • Line 11934: warning: exported const FOLLOW_TARGET_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 11947: warning: comment on exported method FollowTarget.Dict should be of the form "Dict ..." (golint)
    • Line 12071: warning: exported const CONTROL_SYSTEM_STATE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 12090: warning: comment on exported method ControlSystemState.Dict should be of the form "Dict ..." (golint)
    • Line 12208: warning: exported const BATTERY_STATUS_FIELD_CURRENT_CONSUMED should have comment (or a comment on this block) or be unexported (golint)
    • Line 12219: warning: comment on exported method BatteryStatus.Dict should be of the form "Dict ..." (golint)
    • Line 12309: warning: exported const AUTOPILOT_VERSION_FIELD_CAPABILITIES should have comment (or a comment on this block) or be unexported (golint)
    • Line 12322: warning: comment on exported method AutopilotVersion.Dict should be of the form "Dict ..." (golint)
    • Line 12408: warning: exported const LANDING_TARGET_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 12418: warning: comment on exported method LandingTarget.Dict should be of the form "Dict ..." (golint)
    • Line 12487: warning: exported const FENCE_STATUS_FIELD_BREACH_TIME should have comment (or a comment on this block) or be unexported (golint)
    • Line 12493: warning: comment on exported method FenceStatus.Dict should be of the form "Dict ..." (golint)
    • Line 12570: warning: exported const MAG_CAL_REPORT_FIELD_FITNESS should have comment (or a comment on this block) or be unexported (golint)
    • Line 12586: warning: comment on exported method MagCalReport.Dict should be of the form "Dict ..." (golint)
    • Line 12699: warning: exported const EFI_STATUS_FIELD_ECU_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 12718: warning: comment on exported method EfiStatus.Dict should be of the form "Dict ..." (golint)
    • Line 12826: warning: exported const ESTIMATOR_STATUS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 12838: warning: comment on exported method EstimatorStatus.Dict should be of the form "Dict ..." (golint)
    • Line 12923: warning: exported const WIND_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 12934: warning: comment on exported method WindCov.Dict should be of the form "Dict ..." (golint)
    • Line 13034: warning: exported const GPS_INPUT_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 13054: warning: comment on exported method GpsInput.Dict should be of the form "Dict ..." (golint)
    • Line 13151: warning: exported const GPS_RTCM_DATA_FIELD_FLAGS should have comment (or a comment on this block) or be unexported (golint)
    • Line 13156: warning: comment on exported method GpsRtcmData.Dict should be of the form "Dict ..." (golint)
    • Line 13250: warning: exported const HIGH_LATENCY_FIELD_CUSTOM_MODE should have comment (or a comment on this block) or be unexported (golint)
    • Line 13276: warning: comment on exported method HighLatency.Dict should be of the form "Dict ..." (golint)
    • Line 13439: warning: exported const HIGH_LATENCY2_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 13468: warning: comment on exported method HighLatency2.Dict should be of the form "Dict ..." (golint)
    • Line 13600: warning: exported const VIBRATION_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 13609: warning: comment on exported method Vibration.Dict should be of the form "Dict ..." (golint)
    • Line 13687: warning: exported const HOME_POSITION_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 13699: warning: comment on exported method HomePosition.Dict should be of the form "Dict ..." (golint)
    • Line 13792: warning: exported const SET_HOME_POSITION_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 13805: warning: comment on exported method SetHomePosition.Dict should be of the form "Dict ..." (golint)
    • Line 13883: warning: exported const MESSAGE_INTERVAL_FIELD_INTERVAL_US should have comment (or a comment on this block) or be unexported (golint)
    • Line 13887: warning: comment on exported method MessageInterval.Dict should be of the form "Dict ..." (golint)
    • Line 13934: warning: exported const EXTENDED_SYS_STATE_FIELD_VTOL_STATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 13938: warning: comment on exported method ExtendedSysState.Dict should be of the form "Dict ..." (golint)
    • Line 14007: warning: exported const ADSB_VEHICLE_FIELD_ICAO_ADDRESS should have comment (or a comment on this block) or be unexported (golint)
    • Line 14022: warning: comment on exported method AdsbVehicle.Dict should be of the form "Dict ..." (golint)
    • Line 14112: warning: exported const COLLISION_FIELD_ID should have comment (or a comment on this block) or be unexported (golint)
    • Line 14121: warning: comment on exported method Collision.Dict should be of the form "Dict ..." (golint)
    • Line 14189: warning: exported const V2_EXTENSION_FIELD_MESSAGE_TYPE should have comment (or a comment on this block) or be unexported (golint)
    • Line 14196: warning: comment on exported method V2Extension.Dict should be of the form "Dict ..." (golint)
    • Line 14256: warning: exported const MEMORY_VECT_FIELD_ADDRESS should have comment (or a comment on this block) or be unexported (golint)
    • Line 14262: warning: comment on exported method MemoryVect.Dict should be of the form "Dict ..." (golint)
    • Line 14325: warning: exported const DEBUG_VECT_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 14332: warning: comment on exported method DebugVect.Dict should be of the form "Dict ..." (golint)
    • Line 14390: warning: exported const NAMED_VALUE_FLOAT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 14395: warning: comment on exported method NamedValueFloat.Dict should be of the form "Dict ..." (golint)
    • Line 14447: warning: exported const NAMED_VALUE_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 14452: warning: comment on exported method NamedValueInt.Dict should be of the form "Dict ..." (golint)
    • Line 14502: warning: exported const STATUSTEXT_FIELD_SEVERITY should have comment (or a comment on this block) or be unexported (golint)
    • Line 14506: warning: comment on exported method Statustext.Dict should be of the form "Dict ..." (golint)
    • Line 14555: warning: exported const DEBUG_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 14560: warning: comment on exported method Debug.Dict should be of the form "Dict ..." (golint)
    • Line 14618: warning: exported const HEARTBEAT_FIELD_CUSTOM_MODE should have comment (or a comment on this block) or be unexported (golint)
    • Line 14626: warning: comment on exported method Heartbeat.Dict should be of the form "Dict ..." (golint)
    • go-mavlink/mavlink/dialects/ualberta/classes.go
    • Line 49: warning: exported const NAV_FILTER_BIAS_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 58: warning: comment on exported method NavFilterBias.Dict should be of the form "Dict ..." (golint)
    • Line 128: warning: exported const RADIO_CALIBRATION_FIELD_AILERON should have comment (or a comment on this block) or be unexported (golint)
    • Line 136: warning: comment on exported method RadioCalibration.Dict should be of the form "Dict ..." (golint)
    • Line 221: warning: exported const UALBERTA_SYS_STATUS_FIELD_MODE should have comment (or a comment on this block) or be unexported (golint)
    • Line 226: warning: comment on exported method UalbertaSysStatus.Dict should be of the form "Dict ..." (golint)
    • Line 298: warning: exported const SYS_STATUS_FIELD_ONBOARD_CONTROL_SENSORS_PRESENT should have comment (or a comment on this block) or be unexported (golint)
    • Line 313: warning: comment on exported method SysStatus.Dict should be of the form "Dict ..." (golint)
    • Line 393: warning: exported const SYSTEM_TIME_FIELD_TIME_UNIX_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 397: warning: comment on exported method SystemTime.Dict should be of the form "Dict ..." (golint)
    • Line 448: warning: exported const PING_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 454: warning: comment on exported method Ping.Dict should be of the form "Dict ..." (golint)
    • Line 511: warning: exported const CHANGE_OPERATOR_CONTROL_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 517: warning: comment on exported method ChangeOperatorControl.Dict should be of the form "Dict ..." (golint)
    • Line 572: warning: exported const CHANGE_OPERATOR_CONTROL_ACK_FIELD_GCS_SYSTEM_ID should have comment (or a comment on this block) or be unexported (golint)
    • Line 577: warning: comment on exported method ChangeOperatorControlAck.Dict should be of the form "Dict ..." (golint)
    • Line 625: warning: exported const AUTH_KEY_FIELD_KEY should have comment (or a comment on this block) or be unexported (golint)
    • Line 628: warning: comment on exported method AuthKey.Dict should be of the form "Dict ..." (golint)
    • Line 690: warning: exported const LINK_NODE_STATUS_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 703: warning: comment on exported method LinkNodeStatus.Dict should be of the form "Dict ..." (golint)
    • Line 779: warning: exported const SET_MODE_FIELD_CUSTOM_MODE should have comment (or a comment on this block) or be unexported (golint)
    • Line 784: warning: comment on exported method SetMode.Dict should be of the form "Dict ..." (golint)
    • Line 842: warning: exported const PARAM_ACK_TRANSACTION_FIELD_PARAM_VALUE should have comment (or a comment on this block) or be unexported (golint)
    • Line 850: warning: comment on exported method ParamAckTransaction.Dict should be of the form "Dict ..." (golint)
    • Line 913: warning: exported const PARAM_REQUEST_READ_FIELD_PARAM_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 919: warning: comment on exported method ParamRequestRead.Dict should be of the form "Dict ..." (golint)
    • Line 972: warning: exported const PARAM_REQUEST_LIST_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 976: warning: comment on exported method ParamRequestList.Dict should be of the form "Dict ..." (golint)
    • Line 1029: warning: exported const PARAM_VALUE_FIELD_PARAM_VALUE should have comment (or a comment on this block) or be unexported (golint)
    • Line 1036: warning: comment on exported method ParamValue.Dict should be of the form "Dict ..." (golint)
    • Line 1100: warning: exported const PARAM_SET_FIELD_PARAM_VALUE should have comment (or a comment on this block) or be unexported (golint)
    • Line 1107: warning: comment on exported method ParamSet.Dict should be of the form "Dict ..." (golint)
    • Line 1180: warning: exported const GPS_RAW_INT_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 1192: warning: comment on exported method GpsRawInt.Dict should be of the form "Dict ..." (golint)
    • Line 1271: warning: exported const GPS_STATUS_FIELD_SATELLITES_VISIBLE should have comment (or a comment on this block) or be unexported (golint)
    • Line 1279: warning: comment on exported method GpsStatus.Dict should be of the form "Dict ..." (golint)
    • Line 1354: warning: exported const SCALED_IMU_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 1366: warning: comment on exported method ScaledImu.Dict should be of the form "Dict ..." (golint)
    • Line 1453: warning: exported const RAW_IMU_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 1465: warning: comment on exported method RawImu.Dict should be of the form "Dict ..." (golint)
    • Line 1542: warning: exported const RAW_PRESSURE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 1549: warning: comment on exported method RawPressure.Dict should be of the form "Dict ..." (golint)
    • Line 1609: warning: exported const SCALED_PRESSURE_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 1615: warning: comment on exported method ScaledPressure.Dict should be of the form "Dict ..." (golint)
    • Line 1678: warning: exported const ATTITUDE_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 1687: warning: comment on exported method Attitude.Dict should be of the form "Dict ..." (golint)
    • Line 1761: warning: exported const ATTITUDE_QUATERNION_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 1771: warning: comment on exported method AttitudeQuaternion.Dict should be of the form "Dict ..." (golint)
    • Line 1846: warning: exported const LOCAL_POSITION_NED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 1855: warning: comment on exported method LocalPositionNed.Dict should be of the form "Dict ..." (golint)
    • Line 1932: warning: exported const GLOBAL_POSITION_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 1943: warning: comment on exported method GlobalPositionInt.Dict should be of the form "Dict ..." (golint)
    • Line 2029: warning: exported const RC_CHANNELS_SCALED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 2042: warning: comment on exported method RcChannelsScaled.Dict should be of the form "Dict ..." (golint)
    • Line 2134: warning: exported const RC_CHANNELS_RAW_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 2147: warning: comment on exported method RcChannelsRaw.Dict should be of the form "Dict ..." (golint)
    • Line 2237: warning: exported const SERVO_OUTPUT_RAW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 2249: warning: comment on exported method ServoOutputRaw.Dict should be of the form "Dict ..." (golint)
    • Line 2324: warning: exported const MISSION_REQUEST_PARTIAL_LIST_FIELD_START_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 2330: warning: comment on exported method MissionRequestPartialList.Dict should be of the form "Dict ..." (golint)
    • Line 2387: warning: exported const MISSION_WRITE_PARTIAL_LIST_FIELD_START_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 2393: warning: comment on exported method MissionWritePartialList.Dict should be of the form "Dict ..." (golint)
    • Line 2471: warning: exported const MISSION_ITEM_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 2487: warning: comment on exported method MissionItem.Dict should be of the form "Dict ..." (golint)
    • Line 2572: warning: exported const MISSION_REQUEST_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 2577: warning: comment on exported method MissionRequest.Dict should be of the form "Dict ..." (golint)
    • Line 2629: warning: exported const MISSION_SET_CURRENT_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 2634: warning: comment on exported method MissionSetCurrent.Dict should be of the form "Dict ..." (golint)
    • Line 2682: warning: exported const MISSION_CURRENT_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 2685: warning: comment on exported method MissionCurrent.Dict should be of the form "Dict ..." (golint)
    • Line 2729: warning: exported const MISSION_REQUEST_LIST_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 2733: warning: comment on exported method MissionRequestList.Dict should be of the form "Dict ..." (golint)
    • Line 2782: warning: exported const MISSION_COUNT_FIELD_COUNT should have comment (or a comment on this block) or be unexported (golint)
    • Line 2787: warning: comment on exported method MissionCount.Dict should be of the form "Dict ..." (golint)
    • Line 2837: warning: exported const MISSION_CLEAR_ALL_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 2841: warning: comment on exported method MissionClearAll.Dict should be of the form "Dict ..." (golint)
    • Line 2886: warning: exported const MISSION_ITEM_REACHED_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 2889: warning: comment on exported method MissionItemReached.Dict should be of the form "Dict ..." (golint)
    • Line 2935: warning: exported const MISSION_ACK_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 2940: warning: comment on exported method MissionAck.Dict should be of the form "Dict ..." (golint)
    • Line 2994: warning: exported const SET_GPS_GLOBAL_ORIGIN_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 3000: warning: comment on exported method SetGpsGlobalOrigin.Dict should be of the form "Dict ..." (golint)
    • Line 3055: warning: exported const GPS_GLOBAL_ORIGIN_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 3060: warning: comment on exported method GpsGlobalOrigin.Dict should be of the form "Dict ..." (golint)
    • Line 3124: warning: exported const PARAM_MAP_RC_FIELD_PARAM_VALUE0 should have comment (or a comment on this block) or be unexported (golint)
    • Line 3135: warning: comment on exported method ParamMapRc.Dict should be of the form "Dict ..." (golint)
    • Line 3205: warning: exported const MISSION_REQUEST_INT_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 3210: warning: comment on exported method MissionRequestInt.Dict should be of the form "Dict ..." (golint)
    • Line 3266: warning: exported const MISSION_CHANGED_FIELD_START_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 3273: warning: comment on exported method MissionChanged.Dict should be of the form "Dict ..." (golint)
    • Line 3343: warning: exported const SAFETY_SET_ALLOWED_AREA_FIELD_P1X should have comment (or a comment on this block) or be unexported (golint)
    • Line 3354: warning: comment on exported method SafetySetAllowedArea.Dict should be of the form "Dict ..." (golint)
    • Line 3432: warning: exported const SAFETY_ALLOWED_AREA_FIELD_P1X should have comment (or a comment on this block) or be unexported (golint)
    • Line 3441: warning: comment on exported method SafetyAllowedArea.Dict should be of the form "Dict ..." (golint)
    • Line 3511: warning: exported const ATTITUDE_QUATERNION_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 3519: warning: comment on exported method AttitudeQuaternionCov.Dict should be of the form "Dict ..." (golint)
    • Line 3598: warning: exported const NAV_CONTROLLER_OUTPUT_FIELD_NAV_ROLL should have comment (or a comment on this block) or be unexported (golint)
    • Line 3608: warning: comment on exported method NavControllerOutput.Dict should be of the form "Dict ..." (golint)
    • Line 3689: warning: exported const GLOBAL_POSITION_INT_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 3701: warning: comment on exported method GlobalPositionIntCov.Dict should be of the form "Dict ..." (golint)
    • Line 3796: warning: exported const LOCAL_POSITION_NED_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 3810: warning: comment on exported method LocalPositionNedCov.Dict should be of the form "Dict ..." (golint)
    • Line 3929: warning: exported const RC_CHANNELS_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 3952: warning: comment on exported method RcChannels.Dict should be of the form "Dict ..." (golint)
    • Line 4062: warning: exported const REQUEST_DATA_STREAM_FIELD_REQ_MESSAGE_RATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 4069: warning: comment on exported method RequestDataStream.Dict should be of the form "Dict ..." (golint)
    • Line 4127: warning: exported const DATA_STREAM_FIELD_MESSAGE_RATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 4132: warning: comment on exported method DataStream.Dict should be of the form "Dict ..." (golint)
    • Line 4190: warning: exported const MANUAL_CONTROL_FIELD_X should have comment (or a comment on this block) or be unexported (golint)
    • Line 4198: warning: comment on exported method ManualControl.Dict should be of the form "Dict ..." (golint)
    • Line 4273: warning: exported const RC_CHANNELS_OVERRIDE_FIELD_CHAN1_RAW should have comment (or a comment on this block) or be unexported (golint)
    • Line 4285: warning: comment on exported method RcChannelsOverride.Dict should be of the form "Dict ..." (golint)
    • Line 4381: warning: exported const MISSION_ITEM_INT_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 4397: warning: comment on exported method MissionItemInt.Dict should be of the form "Dict ..." (golint)
    • Line 4488: warning: exported const VFR_HUD_FIELD_AIRSPEED should have comment (or a comment on this block) or be unexported (golint)
    • Line 4496: warning: comment on exported method VfrHud.Dict should be of the form "Dict ..." (golint)
    • Line 4577: warning: exported const COMMAND_INT_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 4592: warning: comment on exported method CommandInt.Dict should be of the form "Dict ..." (golint)
    • Line 4690: warning: exported const COMMAND_LONG_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 4703: warning: comment on exported method CommandLong.Dict should be of the form "Dict ..." (golint)
    • Line 4777: warning: exported const COMMAND_ACK_FIELD_COMMAND should have comment (or a comment on this block) or be unexported (golint)
    • Line 4781: warning: comment on exported method CommandAck.Dict should be of the form "Dict ..." (golint)
    • Line 4830: warning: exported const COMMAND_CANCEL_FIELD_COMMAND should have comment (or a comment on this block) or be unexported (golint)
    • Line 4835: warning: comment on exported method CommandCancel.Dict should be of the form "Dict ..." (golint)
    • Line 4895: warning: exported const MANUAL_SETPOINT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 4904: warning: comment on exported method ManualSetpoint.Dict should be of the form "Dict ..." (golint)
    • Line 4980: warning: exported const SET_ATTITUDE_TARGET_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 4991: warning: comment on exported method SetAttitudeTarget.Dict should be of the form "Dict ..." (golint)
    • Line 5073: warning: exported const ATTITUDE_TARGET_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5082: warning: comment on exported method AttitudeTarget.Dict should be of the form "Dict ..." (golint)
    • Line 5176: warning: exported const SET_POSITION_TARGET_LOCAL_NED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5194: warning: comment on exported method SetPositionTargetLocalNed.Dict should be of the form "Dict ..." (golint)
    • Line 5307: warning: exported const POSITION_TARGET_LOCAL_NED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5323: warning: comment on exported method PositionTargetLocalNed.Dict should be of the form "Dict ..." (golint)
    • Line 5434: warning: exported const SET_POSITION_TARGET_GLOBAL_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5452: warning: comment on exported method SetPositionTargetGlobalInt.Dict should be of the form "Dict ..." (golint)
    • Line 5565: warning: exported const POSITION_TARGET_GLOBAL_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5581: warning: comment on exported method PositionTargetGlobalInt.Dict should be of the form "Dict ..." (golint)
    • Line 5674: warning: exported const LOCAL_POSITION_NED_SYSTEM_GLOBAL_OFFSET_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5683: warning: comment on exported method LocalPositionNedSystemGlobalOffset.Dict should be of the form "Dict ..." (golint)
    • Line 5773: warning: exported const HIL_STATE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 5791: warning: comment on exported method HilState.Dict should be of the form "Dict ..." (golint)
    • Line 5898: warning: exported const HIL_CONTROLS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 5911: warning: comment on exported method HilControls.Dict should be of the form "Dict ..." (golint)
    • Line 6009: warning: exported const HIL_RC_INPUTS_RAW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6025: warning: comment on exported method HilRcInputsRaw.Dict should be of the form "Dict ..." (golint)
    • Line 6112: warning: exported const HIL_ACTUATOR_CONTROLS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6118: warning: comment on exported method HilActuatorControls.Dict should be of the form "Dict ..." (golint)
    • Line 6187: warning: exported const OPTICAL_FLOW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6197: warning: comment on exported method OpticalFlow.Dict should be of the form "Dict ..." (golint)
    • Line 6272: warning: exported const GLOBAL_VISION_POSITION_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6281: warning: comment on exported method GlobalVisionPositionEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 6353: warning: exported const VISION_POSITION_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6362: warning: comment on exported method VisionPositionEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 6428: warning: exported const VISION_SPEED_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6434: warning: comment on exported method VisionSpeedEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 6497: warning: exported const VICON_POSITION_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6506: warning: comment on exported method ViconPositionEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 6594: warning: exported const HIGHRES_IMU_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6611: warning: comment on exported method HighresImu.Dict should be of the form "Dict ..." (golint)
    • Line 6717: warning: exported const OPTICAL_FLOW_RAD_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6731: warning: comment on exported method OpticalFlowRad.Dict should be of the form "Dict ..." (golint)
    • Line 6834: warning: exported const HIL_SENSOR_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6851: warning: comment on exported method HilSensor.Dict should be of the form "Dict ..." (golint)
    • Line 6975: warning: exported const SIM_STATE_FIELD_Q1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 6998: warning: comment on exported method SimState.Dict should be of the form "Dict ..." (golint)
    • Line 7112: warning: exported const RADIO_STATUS_FIELD_RXERRORS should have comment (or a comment on this block) or be unexported (golint)
    • Line 7121: warning: comment on exported method RadioStatus.Dict should be of the form "Dict ..." (golint)
    • Line 7187: warning: exported const FILE_TRANSFER_PROTOCOL_FIELD_TARGET_NETWORK should have comment (or a comment on this block) or be unexported (golint)
    • Line 7193: warning: comment on exported method FileTransferProtocol.Dict should be of the form "Dict ..." (golint)
    • Line 7246: warning: exported const TIMESYNC_FIELD_TC1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 7250: warning: comment on exported method Timesync.Dict should be of the form "Dict ..." (golint)
    • Line 7297: warning: exported const CAMERA_TRIGGER_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7301: warning: comment on exported method CameraTrigger.Dict should be of the form "Dict ..." (golint)
    • Line 7371: warning: exported const HIL_GPS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7386: warning: comment on exported method HilGps.Dict should be of the form "Dict ..." (golint)
    • Line 7486: warning: exported const HIL_OPTICAL_FLOW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7500: warning: comment on exported method HilOpticalFlow.Dict should be of the form "Dict ..." (golint)
    • Line 7605: warning: exported const HIL_STATE_QUATERNION_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7623: warning: comment on exported method HilStateQuaternion.Dict should be of the form "Dict ..." (golint)
    • Line 7732: warning: exported const SCALED_IMU2_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 7744: warning: comment on exported method ScaledImu2.Dict should be of the form "Dict ..." (golint)
    • Line 7819: warning: exported const LOG_REQUEST_LIST_FIELD_START should have comment (or a comment on this block) or be unexported (golint)
    • Line 7825: warning: comment on exported method LogRequestList.Dict should be of the form "Dict ..." (golint)
    • Line 7884: warning: exported const LOG_ENTRY_FIELD_TIME_UTC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7891: warning: comment on exported method LogEntry.Dict should be of the form "Dict ..." (golint)
    • Line 7953: warning: exported const LOG_REQUEST_DATA_FIELD_OFS should have comment (or a comment on this block) or be unexported (golint)
    • Line 7960: warning: comment on exported method LogRequestData.Dict should be of the form "Dict ..." (golint)
    • Line 8020: warning: exported const LOG_DATA_FIELD_OFS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8026: warning: comment on exported method LogData.Dict should be of the form "Dict ..." (golint)
    • Line 8079: warning: exported const LOG_ERASE_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 8083: warning: comment on exported method LogErase.Dict should be of the form "Dict ..." (golint)
    • Line 8130: warning: exported const LOG_REQUEST_END_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 8134: warning: comment on exported method LogRequestEnd.Dict should be of the form "Dict ..." (golint)
    • Line 8185: warning: exported const GPS_INJECT_DATA_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 8191: warning: comment on exported method GpsInjectData.Dict should be of the form "Dict ..." (golint)
    • Line 8264: warning: exported const GPS2_RAW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 8278: warning: comment on exported method Gps2Raw.Dict should be of the form "Dict ..." (golint)
    • Line 8357: warning: exported const POWER_STATUS_FIELD_VCC should have comment (or a comment on this block) or be unexported (golint)
    • Line 8362: warning: comment on exported method PowerStatus.Dict should be of the form "Dict ..." (golint)
    • Line 8420: warning: exported const SERIAL_CONTROL_FIELD_BAUDRATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 8428: warning: comment on exported method SerialControl.Dict should be of the form "Dict ..." (golint)
    • Line 8509: warning: exported const GPS_RTK_FIELD_TIME_LAST_BASELINE_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8524: warning: comment on exported method GpsRtk.Dict should be of the form "Dict ..." (golint)
    • Line 8626: warning: exported const GPS2_RTK_FIELD_TIME_LAST_BASELINE_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8641: warning: comment on exported method Gps2Rtk.Dict should be of the form "Dict ..." (golint)
    • Line 8737: warning: exported const SCALED_IMU3_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8749: warning: comment on exported method ScaledImu3.Dict should be of the form "Dict ..." (golint)
    • Line 8830: warning: exported const DATA_TRANSMISSION_HANDSHAKE_FIELD_SIZE should have comment (or a comment on this block) or be unexported (golint)
    • Line 8839: warning: comment on exported method DataTransmissionHandshake.Dict should be of the form "Dict ..." (golint)
    • Line 8901: warning: exported const ENCAPSULATED_DATA_FIELD_SEQNR should have comment (or a comment on this block) or be unexported (golint)
    • Line 8905: warning: comment on exported method EncapsulatedData.Dict should be of the form "Dict ..." (golint)
    • Line 8964: warning: exported const DISTANCE_SENSOR_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8974: warning: comment on exported method DistanceSensor.Dict should be of the form "Dict ..." (golint)
    • Line 9043: warning: exported const TERRAIN_REQUEST_FIELD_MASK should have comment (or a comment on this block) or be unexported (golint)
    • Line 9049: warning: comment on exported method TerrainRequest.Dict should be of the form "Dict ..." (golint)
    • Line 9108: warning: exported const TERRAIN_DATA_FIELD_LAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 9115: warning: comment on exported method TerrainData.Dict should be of the form "Dict ..." (golint)
    • Line 9175: warning: exported const TERRAIN_CHECK_FIELD_LAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 9179: warning: comment on exported method TerrainCheck.Dict should be of the form "Dict ..." (golint)
    • Line 9236: warning: exported const TERRAIN_REPORT_FIELD_LAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 9245: warning: comment on exported method TerrainReport.Dict should be of the form "Dict ..." (golint)
    • Line 9311: warning: exported const SCALED_PRESSURE2_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 9317: warning: comment on exported method ScaledPressure2.Dict should be of the form "Dict ..." (golint)
    • Line 9376: warning: exported const ATT_POS_MOCAP_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9383: warning: comment on exported method AttPosMocap.Dict should be of the form "Dict ..." (golint)
    • Line 9449: warning: exported const SET_ACTUATOR_CONTROL_TARGET_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9456: warning: comment on exported method SetActuatorControlTarget.Dict should be of the form "Dict ..." (golint)
    • Line 9518: warning: exported const ACTUATOR_CONTROL_TARGET_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9523: warning: comment on exported method ActuatorControlTarget.Dict should be of the form "Dict ..." (golint)
    • Line 9587: warning: exported const ALTITUDE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9596: warning: comment on exported method Altitude.Dict should be of the form "Dict ..." (golint)
    • Line 9664: warning: exported const RESOURCE_REQUEST_FIELD_REQUEST_ID should have comment (or a comment on this block) or be unexported (golint)
    • Line 9671: warning: comment on exported method ResourceRequest.Dict should be of the form "Dict ..." (golint)
    • Line 9731: warning: exported const SCALED_PRESSURE3_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 9737: warning: comment on exported method ScaledPressure3.Dict should be of the form "Dict ..." (golint)
    • Line 9808: warning: exported const FOLLOW_TARGET_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 9821: warning: comment on exported method FollowTarget.Dict should be of the form "Dict ..." (golint)
    • Line 9945: warning: exported const CONTROL_SYSTEM_STATE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9964: warning: comment on exported method ControlSystemState.Dict should be of the form "Dict ..." (golint)
    • Line 10082: warning: exported const BATTERY_STATUS_FIELD_CURRENT_CONSUMED should have comment (or a comment on this block) or be unexported (golint)
    • Line 10093: warning: comment on exported method BatteryStatus.Dict should be of the form "Dict ..." (golint)
    • Line 10183: warning: exported const AUTOPILOT_VERSION_FIELD_CAPABILITIES should have comment (or a comment on this block) or be unexported (golint)
    • Line 10196: warning: comment on exported method AutopilotVersion.Dict should be of the form "Dict ..." (golint)
    • Line 10282: warning: exported const LANDING_TARGET_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10292: warning: comment on exported method LandingTarget.Dict should be of the form "Dict ..." (golint)
    • Line 10361: warning: exported const FENCE_STATUS_FIELD_BREACH_TIME should have comment (or a comment on this block) or be unexported (golint)
    • Line 10367: warning: comment on exported method FenceStatus.Dict should be of the form "Dict ..." (golint)
    • Line 10444: warning: exported const MAG_CAL_REPORT_FIELD_FITNESS should have comment (or a comment on this block) or be unexported (golint)
    • Line 10460: warning: comment on exported method MagCalReport.Dict should be of the form "Dict ..." (golint)
    • Line 10573: warning: exported const EFI_STATUS_FIELD_ECU_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 10592: warning: comment on exported method EfiStatus.Dict should be of the form "Dict ..." (golint)
    • Line 10700: warning: exported const ESTIMATOR_STATUS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10712: warning: comment on exported method EstimatorStatus.Dict should be of the form "Dict ..." (golint)
    • Line 10797: warning: exported const WIND_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10808: warning: comment on exported method WindCov.Dict should be of the form "Dict ..." (golint)
    • Line 10908: warning: exported const GPS_INPUT_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10928: warning: comment on exported method GpsInput.Dict should be of the form "Dict ..." (golint)
    • Line 11025: warning: exported const GPS_RTCM_DATA_FIELD_FLAGS should have comment (or a comment on this block) or be unexported (golint)
    • Line 11030: warning: comment on exported method GpsRtcmData.Dict should be of the form "Dict ..." (golint)
    • Line 11124: warning: exported const HIGH_LATENCY_FIELD_CUSTOM_MODE should have comment (or a comment on this block) or be unexported (golint)
    • Line 11150: warning: comment on exported method HighLatency.Dict should be of the form "Dict ..." (golint)
    • Line 11313: warning: exported const HIGH_LATENCY2_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 11342: warning: comment on exported method HighLatency2.Dict should be of the form "Dict ..." (golint)
    • Line 11474: warning: exported const VIBRATION_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 11483: warning: comment on exported method Vibration.Dict should be of the form "Dict ..." (golint)
    • Line 11561: warning: exported const HOME_POSITION_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 11573: warning: comment on exported method HomePosition.Dict should be of the form "Dict ..." (golint)
    • Line 11666: warning: exported const SET_HOME_POSITION_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 11679: warning: comment on exported method SetHomePosition.Dict should be of the form "Dict ..." (golint)
    • Line 11757: warning: exported const MESSAGE_INTERVAL_FIELD_INTERVAL_US should have comment (or a comment on this block) or be unexported (golint)
    • Line 11761: warning: comment on exported method MessageInterval.Dict should be of the form "Dict ..." (golint)
    • Line 11808: warning: exported const EXTENDED_SYS_STATE_FIELD_VTOL_STATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 11812: warning: comment on exported method ExtendedSysState.Dict should be of the form "Dict ..." (golint)
    • Line 11881: warning: exported const ADSB_VEHICLE_FIELD_ICAO_ADDRESS should have comment (or a comment on this block) or be unexported (golint)
    • Line 11896: warning: comment on exported method AdsbVehicle.Dict should be of the form "Dict ..." (golint)
    • Line 11986: warning: exported const COLLISION_FIELD_ID should have comment (or a comment on this block) or be unexported (golint)
    • Line 11995: warning: comment on exported method Collision.Dict should be of the form "Dict ..." (golint)
    • Line 12063: warning: exported const V2_EXTENSION_FIELD_MESSAGE_TYPE should have comment (or a comment on this block) or be unexported (golint)
    • Line 12070: warning: comment on exported method V2Extension.Dict should be of the form "Dict ..." (golint)
    • Line 12130: warning: exported const MEMORY_VECT_FIELD_ADDRESS should have comment (or a comment on this block) or be unexported (golint)
    • Line 12136: warning: comment on exported method MemoryVect.Dict should be of the form "Dict ..." (golint)
    • Line 12199: warning: exported const DEBUG_VECT_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 12206: warning: comment on exported method DebugVect.Dict should be of the form "Dict ..." (golint)
    • Line 12264: warning: exported const NAMED_VALUE_FLOAT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 12269: warning: comment on exported method NamedValueFloat.Dict should be of the form "Dict ..." (golint)
    • Line 12321: warning: exported const NAMED_VALUE_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 12326: warning: comment on exported method NamedValueInt.Dict should be of the form "Dict ..." (golint)
    • Line 12376: warning: exported const STATUSTEXT_FIELD_SEVERITY should have comment (or a comment on this block) or be unexported (golint)
    • Line 12380: warning: comment on exported method Statustext.Dict should be of the form "Dict ..." (golint)
    • Line 12429: warning: exported const DEBUG_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 12434: warning: comment on exported method Debug.Dict should be of the form "Dict ..." (golint)
    • Line 12492: warning: exported const HEARTBEAT_FIELD_CUSTOM_MODE should have comment (or a comment on this block) or be unexported (golint)
    • Line 12500: warning: comment on exported method Heartbeat.Dict should be of the form "Dict ..." (golint)
    • go-mavlink/mavlink/dialects/autoquad/classes.go
    • Line 77: warning: exported const AQ_TELEMETRY_F_FIELD_VALUE1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 100: warning: comment on exported method AqTelemetryF.Dict should be of the form "Dict ..." (golint)
    • Line 229: warning: exported const AQ_ESC_TELEMETRY_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 240: warning: comment on exported method AqEscTelemetry.Dict should be of the form "Dict ..." (golint)
    • Line 342: warning: exported const SYS_STATUS_FIELD_ONBOARD_CONTROL_SENSORS_PRESENT should have comment (or a comment on this block) or be unexported (golint)
    • Line 357: warning: comment on exported method SysStatus.Dict should be of the form "Dict ..." (golint)
    • Line 437: warning: exported const SYSTEM_TIME_FIELD_TIME_UNIX_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 441: warning: comment on exported method SystemTime.Dict should be of the form "Dict ..." (golint)
    • Line 492: warning: exported const PING_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 498: warning: comment on exported method Ping.Dict should be of the form "Dict ..." (golint)
    • Line 555: warning: exported const CHANGE_OPERATOR_CONTROL_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 561: warning: comment on exported method ChangeOperatorControl.Dict should be of the form "Dict ..." (golint)
    • Line 616: warning: exported const CHANGE_OPERATOR_CONTROL_ACK_FIELD_GCS_SYSTEM_ID should have comment (or a comment on this block) or be unexported (golint)
    • Line 621: warning: comment on exported method ChangeOperatorControlAck.Dict should be of the form "Dict ..." (golint)
    • Line 669: warning: exported const AUTH_KEY_FIELD_KEY should have comment (or a comment on this block) or be unexported (golint)
    • Line 672: warning: comment on exported method AuthKey.Dict should be of the form "Dict ..." (golint)
    • Line 734: warning: exported const LINK_NODE_STATUS_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 747: warning: comment on exported method LinkNodeStatus.Dict should be of the form "Dict ..." (golint)
    • Line 823: warning: exported const SET_MODE_FIELD_CUSTOM_MODE should have comment (or a comment on this block) or be unexported (golint)
    • Line 828: warning: comment on exported method SetMode.Dict should be of the form "Dict ..." (golint)
    • Line 886: warning: exported const PARAM_ACK_TRANSACTION_FIELD_PARAM_VALUE should have comment (or a comment on this block) or be unexported (golint)
    • Line 894: warning: comment on exported method ParamAckTransaction.Dict should be of the form "Dict ..." (golint)
    • Line 957: warning: exported const PARAM_REQUEST_READ_FIELD_PARAM_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 963: warning: comment on exported method ParamRequestRead.Dict should be of the form "Dict ..." (golint)
    • Line 1016: warning: exported const PARAM_REQUEST_LIST_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 1020: warning: comment on exported method ParamRequestList.Dict should be of the form "Dict ..." (golint)
    • Line 1073: warning: exported const PARAM_VALUE_FIELD_PARAM_VALUE should have comment (or a comment on this block) or be unexported (golint)
    • Line 1080: warning: comment on exported method ParamValue.Dict should be of the form "Dict ..." (golint)
    • Line 1144: warning: exported const PARAM_SET_FIELD_PARAM_VALUE should have comment (or a comment on this block) or be unexported (golint)
    • Line 1151: warning: comment on exported method ParamSet.Dict should be of the form "Dict ..." (golint)
    • Line 1224: warning: exported const GPS_RAW_INT_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 1236: warning: comment on exported method GpsRawInt.Dict should be of the form "Dict ..." (golint)
    • Line 1315: warning: exported const GPS_STATUS_FIELD_SATELLITES_VISIBLE should have comment (or a comment on this block) or be unexported (golint)
    • Line 1323: warning: comment on exported method GpsStatus.Dict should be of the form "Dict ..." (golint)
    • Line 1398: warning: exported const SCALED_IMU_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 1410: warning: comment on exported method ScaledImu.Dict should be of the form "Dict ..." (golint)
    • Line 1497: warning: exported const RAW_IMU_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 1509: warning: comment on exported method RawImu.Dict should be of the form "Dict ..." (golint)
    • Line 1586: warning: exported const RAW_PRESSURE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 1593: warning: comment on exported method RawPressure.Dict should be of the form "Dict ..." (golint)
    • Line 1653: warning: exported const SCALED_PRESSURE_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 1659: warning: comment on exported method ScaledPressure.Dict should be of the form "Dict ..." (golint)
    • Line 1722: warning: exported const ATTITUDE_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 1731: warning: comment on exported method Attitude.Dict should be of the form "Dict ..." (golint)
    • Line 1805: warning: exported const ATTITUDE_QUATERNION_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 1815: warning: comment on exported method AttitudeQuaternion.Dict should be of the form "Dict ..." (golint)
    • Line 1890: warning: exported const LOCAL_POSITION_NED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 1899: warning: comment on exported method LocalPositionNed.Dict should be of the form "Dict ..." (golint)
    • Line 1976: warning: exported const GLOBAL_POSITION_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 1987: warning: comment on exported method GlobalPositionInt.Dict should be of the form "Dict ..." (golint)
    • Line 2073: warning: exported const RC_CHANNELS_SCALED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 2086: warning: comment on exported method RcChannelsScaled.Dict should be of the form "Dict ..." (golint)
    • Line 2178: warning: exported const RC_CHANNELS_RAW_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 2191: warning: comment on exported method RcChannelsRaw.Dict should be of the form "Dict ..." (golint)
    • Line 2281: warning: exported const SERVO_OUTPUT_RAW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 2293: warning: comment on exported method ServoOutputRaw.Dict should be of the form "Dict ..." (golint)
    • Line 2368: warning: exported const MISSION_REQUEST_PARTIAL_LIST_FIELD_START_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 2374: warning: comment on exported method MissionRequestPartialList.Dict should be of the form "Dict ..." (golint)
    • Line 2431: warning: exported const MISSION_WRITE_PARTIAL_LIST_FIELD_START_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 2437: warning: comment on exported method MissionWritePartialList.Dict should be of the form "Dict ..." (golint)
    • Line 2515: warning: exported const MISSION_ITEM_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 2531: warning: comment on exported method MissionItem.Dict should be of the form "Dict ..." (golint)
    • Line 2616: warning: exported const MISSION_REQUEST_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 2621: warning: comment on exported method MissionRequest.Dict should be of the form "Dict ..." (golint)
    • Line 2673: warning: exported const MISSION_SET_CURRENT_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 2678: warning: comment on exported method MissionSetCurrent.Dict should be of the form "Dict ..." (golint)
    • Line 2726: warning: exported const MISSION_CURRENT_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 2729: warning: comment on exported method MissionCurrent.Dict should be of the form "Dict ..." (golint)
    • Line 2773: warning: exported const MISSION_REQUEST_LIST_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 2777: warning: comment on exported method MissionRequestList.Dict should be of the form "Dict ..." (golint)
    • Line 2826: warning: exported const MISSION_COUNT_FIELD_COUNT should have comment (or a comment on this block) or be unexported (golint)
    • Line 2831: warning: comment on exported method MissionCount.Dict should be of the form "Dict ..." (golint)
    • Line 2881: warning: exported const MISSION_CLEAR_ALL_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 2885: warning: comment on exported method MissionClearAll.Dict should be of the form "Dict ..." (golint)
    • Line 2930: warning: exported const MISSION_ITEM_REACHED_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 2933: warning: comment on exported method MissionItemReached.Dict should be of the form "Dict ..." (golint)
    • Line 2979: warning: exported const MISSION_ACK_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 2984: warning: comment on exported method MissionAck.Dict should be of the form "Dict ..." (golint)
    • Line 3038: warning: exported const SET_GPS_GLOBAL_ORIGIN_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 3044: warning: comment on exported method SetGpsGlobalOrigin.Dict should be of the form "Dict ..." (golint)
    • Line 3099: warning: exported const GPS_GLOBAL_ORIGIN_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 3104: warning: comment on exported method GpsGlobalOrigin.Dict should be of the form "Dict ..." (golint)
    • Line 3168: warning: exported const PARAM_MAP_RC_FIELD_PARAM_VALUE0 should have comment (or a comment on this block) or be unexported (golint)
    • Line 3179: warning: comment on exported method ParamMapRc.Dict should be of the form "Dict ..." (golint)
    • Line 3249: warning: exported const MISSION_REQUEST_INT_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 3254: warning: comment on exported method MissionRequestInt.Dict should be of the form "Dict ..." (golint)
    • Line 3310: warning: exported const MISSION_CHANGED_FIELD_START_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 3317: warning: comment on exported method MissionChanged.Dict should be of the form "Dict ..." (golint)
    • Line 3387: warning: exported const SAFETY_SET_ALLOWED_AREA_FIELD_P1X should have comment (or a comment on this block) or be unexported (golint)
    • Line 3398: warning: comment on exported method SafetySetAllowedArea.Dict should be of the form "Dict ..." (golint)
    • Line 3476: warning: exported const SAFETY_ALLOWED_AREA_FIELD_P1X should have comment (or a comment on this block) or be unexported (golint)
    • Line 3485: warning: comment on exported method SafetyAllowedArea.Dict should be of the form "Dict ..." (golint)
    • Line 3555: warning: exported const ATTITUDE_QUATERNION_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 3563: warning: comment on exported method AttitudeQuaternionCov.Dict should be of the form "Dict ..." (golint)
    • Line 3642: warning: exported const NAV_CONTROLLER_OUTPUT_FIELD_NAV_ROLL should have comment (or a comment on this block) or be unexported (golint)
    • Line 3652: warning: comment on exported method NavControllerOutput.Dict should be of the form "Dict ..." (golint)
    • Line 3733: warning: exported const GLOBAL_POSITION_INT_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 3745: warning: comment on exported method GlobalPositionIntCov.Dict should be of the form "Dict ..." (golint)
    • Line 3840: warning: exported const LOCAL_POSITION_NED_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 3854: warning: comment on exported method LocalPositionNedCov.Dict should be of the form "Dict ..." (golint)
    • Line 3973: warning: exported const RC_CHANNELS_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 3996: warning: comment on exported method RcChannels.Dict should be of the form "Dict ..." (golint)
    • Line 4106: warning: exported const REQUEST_DATA_STREAM_FIELD_REQ_MESSAGE_RATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 4113: warning: comment on exported method RequestDataStream.Dict should be of the form "Dict ..." (golint)
    • Line 4171: warning: exported const DATA_STREAM_FIELD_MESSAGE_RATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 4176: warning: comment on exported method DataStream.Dict should be of the form "Dict ..." (golint)
    • Line 4234: warning: exported const MANUAL_CONTROL_FIELD_X should have comment (or a comment on this block) or be unexported (golint)
    • Line 4242: warning: comment on exported method ManualControl.Dict should be of the form "Dict ..." (golint)
    • Line 4317: warning: exported const RC_CHANNELS_OVERRIDE_FIELD_CHAN1_RAW should have comment (or a comment on this block) or be unexported (golint)
    • Line 4329: warning: comment on exported method RcChannelsOverride.Dict should be of the form "Dict ..." (golint)
    • Line 4425: warning: exported const MISSION_ITEM_INT_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 4441: warning: comment on exported method MissionItemInt.Dict should be of the form "Dict ..." (golint)
    • Line 4532: warning: exported const VFR_HUD_FIELD_AIRSPEED should have comment (or a comment on this block) or be unexported (golint)
    • Line 4540: warning: comment on exported method VfrHud.Dict should be of the form "Dict ..." (golint)
    • Line 4621: warning: exported const COMMAND_INT_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 4636: warning: comment on exported method CommandInt.Dict should be of the form "Dict ..." (golint)
    • Line 4734: warning: exported const COMMAND_LONG_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 4747: warning: comment on exported method CommandLong.Dict should be of the form "Dict ..." (golint)
    • Line 4821: warning: exported const COMMAND_ACK_FIELD_COMMAND should have comment (or a comment on this block) or be unexported (golint)
    • Line 4825: warning: comment on exported method CommandAck.Dict should be of the form "Dict ..." (golint)
    • Line 4874: warning: exported const COMMAND_CANCEL_FIELD_COMMAND should have comment (or a comment on this block) or be unexported (golint)
    • Line 4879: warning: comment on exported method CommandCancel.Dict should be of the form "Dict ..." (golint)
    • Line 4939: warning: exported const MANUAL_SETPOINT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 4948: warning: comment on exported method ManualSetpoint.Dict should be of the form "Dict ..." (golint)
    • Line 5024: warning: exported const SET_ATTITUDE_TARGET_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5035: warning: comment on exported method SetAttitudeTarget.Dict should be of the form "Dict ..." (golint)
    • Line 5117: warning: exported const ATTITUDE_TARGET_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5126: warning: comment on exported method AttitudeTarget.Dict should be of the form "Dict ..." (golint)
    • Line 5220: warning: exported const SET_POSITION_TARGET_LOCAL_NED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5238: warning: comment on exported method SetPositionTargetLocalNed.Dict should be of the form "Dict ..." (golint)
    • Line 5351: warning: exported const POSITION_TARGET_LOCAL_NED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5367: warning: comment on exported method PositionTargetLocalNed.Dict should be of the form "Dict ..." (golint)
    • Line 5478: warning: exported const SET_POSITION_TARGET_GLOBAL_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5496: warning: comment on exported method SetPositionTargetGlobalInt.Dict should be of the form "Dict ..." (golint)
    • Line 5609: warning: exported const POSITION_TARGET_GLOBAL_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5625: warning: comment on exported method PositionTargetGlobalInt.Dict should be of the form "Dict ..." (golint)
    • Line 5718: warning: exported const LOCAL_POSITION_NED_SYSTEM_GLOBAL_OFFSET_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5727: warning: comment on exported method LocalPositionNedSystemGlobalOffset.Dict should be of the form "Dict ..." (golint)
    • Line 5817: warning: exported const HIL_STATE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 5835: warning: comment on exported method HilState.Dict should be of the form "Dict ..." (golint)
    • Line 5942: warning: exported const HIL_CONTROLS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 5955: warning: comment on exported method HilControls.Dict should be of the form "Dict ..." (golint)
    • Line 6053: warning: exported const HIL_RC_INPUTS_RAW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6069: warning: comment on exported method HilRcInputsRaw.Dict should be of the form "Dict ..." (golint)
    • Line 6156: warning: exported const HIL_ACTUATOR_CONTROLS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6162: warning: comment on exported method HilActuatorControls.Dict should be of the form "Dict ..." (golint)
    • Line 6231: warning: exported const OPTICAL_FLOW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6241: warning: comment on exported method OpticalFlow.Dict should be of the form "Dict ..." (golint)
    • Line 6316: warning: exported const GLOBAL_VISION_POSITION_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6325: warning: comment on exported method GlobalVisionPositionEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 6397: warning: exported const VISION_POSITION_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6406: warning: comment on exported method VisionPositionEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 6472: warning: exported const VISION_SPEED_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6478: warning: comment on exported method VisionSpeedEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 6541: warning: exported const VICON_POSITION_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6550: warning: comment on exported method ViconPositionEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 6638: warning: exported const HIGHRES_IMU_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6655: warning: comment on exported method HighresImu.Dict should be of the form "Dict ..." (golint)
    • Line 6761: warning: exported const OPTICAL_FLOW_RAD_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6775: warning: comment on exported method OpticalFlowRad.Dict should be of the form "Dict ..." (golint)
    • Line 6878: warning: exported const HIL_SENSOR_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6895: warning: comment on exported method HilSensor.Dict should be of the form "Dict ..." (golint)
    • Line 7019: warning: exported const SIM_STATE_FIELD_Q1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 7042: warning: comment on exported method SimState.Dict should be of the form "Dict ..." (golint)
    • Line 7156: warning: exported const RADIO_STATUS_FIELD_RXERRORS should have comment (or a comment on this block) or be unexported (golint)
    • Line 7165: warning: comment on exported method RadioStatus.Dict should be of the form "Dict ..." (golint)
    • Line 7231: warning: exported const FILE_TRANSFER_PROTOCOL_FIELD_TARGET_NETWORK should have comment (or a comment on this block) or be unexported (golint)
    • Line 7237: warning: comment on exported method FileTransferProtocol.Dict should be of the form "Dict ..." (golint)
    • Line 7290: warning: exported const TIMESYNC_FIELD_TC1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 7294: warning: comment on exported method Timesync.Dict should be of the form "Dict ..." (golint)
    • Line 7341: warning: exported const CAMERA_TRIGGER_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7345: warning: comment on exported method CameraTrigger.Dict should be of the form "Dict ..." (golint)
    • Line 7415: warning: exported const HIL_GPS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7430: warning: comment on exported method HilGps.Dict should be of the form "Dict ..." (golint)
    • Line 7530: warning: exported const HIL_OPTICAL_FLOW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7544: warning: comment on exported method HilOpticalFlow.Dict should be of the form "Dict ..." (golint)
    • Line 7649: warning: exported const HIL_STATE_QUATERNION_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7667: warning: comment on exported method HilStateQuaternion.Dict should be of the form "Dict ..." (golint)
    • Line 7776: warning: exported const SCALED_IMU2_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 7788: warning: comment on exported method ScaledImu2.Dict should be of the form "Dict ..." (golint)
    • Line 7863: warning: exported const LOG_REQUEST_LIST_FIELD_START should have comment (or a comment on this block) or be unexported (golint)
    • Line 7869: warning: comment on exported method LogRequestList.Dict should be of the form "Dict ..." (golint)
    • Line 7928: warning: exported const LOG_ENTRY_FIELD_TIME_UTC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7935: warning: comment on exported method LogEntry.Dict should be of the form "Dict ..." (golint)
    • Line 7997: warning: exported const LOG_REQUEST_DATA_FIELD_OFS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8004: warning: comment on exported method LogRequestData.Dict should be of the form "Dict ..." (golint)
    • Line 8064: warning: exported const LOG_DATA_FIELD_OFS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8070: warning: comment on exported method LogData.Dict should be of the form "Dict ..." (golint)
    • Line 8123: warning: exported const LOG_ERASE_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 8127: warning: comment on exported method LogErase.Dict should be of the form "Dict ..." (golint)
    • Line 8174: warning: exported const LOG_REQUEST_END_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 8178: warning: comment on exported method LogRequestEnd.Dict should be of the form "Dict ..." (golint)
    • Line 8229: warning: exported const GPS_INJECT_DATA_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 8235: warning: comment on exported method GpsInjectData.Dict should be of the form "Dict ..." (golint)
    • Line 8308: warning: exported const GPS2_RAW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 8322: warning: comment on exported method Gps2Raw.Dict should be of the form "Dict ..." (golint)
    • Line 8401: warning: exported const POWER_STATUS_FIELD_VCC should have comment (or a comment on this block) or be unexported (golint)
    • Line 8406: warning: comment on exported method PowerStatus.Dict should be of the form "Dict ..." (golint)
    • Line 8464: warning: exported const SERIAL_CONTROL_FIELD_BAUDRATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 8472: warning: comment on exported method SerialControl.Dict should be of the form "Dict ..." (golint)
    • Line 8553: warning: exported const GPS_RTK_FIELD_TIME_LAST_BASELINE_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8568: warning: comment on exported method GpsRtk.Dict should be of the form "Dict ..." (golint)
    • Line 8670: warning: exported const GPS2_RTK_FIELD_TIME_LAST_BASELINE_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8685: warning: comment on exported method Gps2Rtk.Dict should be of the form "Dict ..." (golint)
    • Line 8781: warning: exported const SCALED_IMU3_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8793: warning: comment on exported method ScaledImu3.Dict should be of the form "Dict ..." (golint)
    • Line 8874: warning: exported const DATA_TRANSMISSION_HANDSHAKE_FIELD_SIZE should have comment (or a comment on this block) or be unexported (golint)
    • Line 8883: warning: comment on exported method DataTransmissionHandshake.Dict should be of the form "Dict ..." (golint)
    • Line 8945: warning: exported const ENCAPSULATED_DATA_FIELD_SEQNR should have comment (or a comment on this block) or be unexported (golint)
    • Line 8949: warning: comment on exported method EncapsulatedData.Dict should be of the form "Dict ..." (golint)
    • Line 9008: warning: exported const DISTANCE_SENSOR_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 9018: warning: comment on exported method DistanceSensor.Dict should be of the form "Dict ..." (golint)
    • Line 9087: warning: exported const TERRAIN_REQUEST_FIELD_MASK should have comment (or a comment on this block) or be unexported (golint)
    • Line 9093: warning: comment on exported method TerrainRequest.Dict should be of the form "Dict ..." (golint)
    • Line 9152: warning: exported const TERRAIN_DATA_FIELD_LAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 9159: warning: comment on exported method TerrainData.Dict should be of the form "Dict ..." (golint)
    • Line 9219: warning: exported const TERRAIN_CHECK_FIELD_LAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 9223: warning: comment on exported method TerrainCheck.Dict should be of the form "Dict ..." (golint)
    • Line 9280: warning: exported const TERRAIN_REPORT_FIELD_LAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 9289: warning: comment on exported method TerrainReport.Dict should be of the form "Dict ..." (golint)
    • Line 9355: warning: exported const SCALED_PRESSURE2_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 9361: warning: comment on exported method ScaledPressure2.Dict should be of the form "Dict ..." (golint)
    • Line 9420: warning: exported const ATT_POS_MOCAP_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9427: warning: comment on exported method AttPosMocap.Dict should be of the form "Dict ..." (golint)
    • Line 9493: warning: exported const SET_ACTUATOR_CONTROL_TARGET_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9500: warning: comment on exported method SetActuatorControlTarget.Dict should be of the form "Dict ..." (golint)
    • Line 9562: warning: exported const ACTUATOR_CONTROL_TARGET_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9567: warning: comment on exported method ActuatorControlTarget.Dict should be of the form "Dict ..." (golint)
    • Line 9631: warning: exported const ALTITUDE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9640: warning: comment on exported method Altitude.Dict should be of the form "Dict ..." (golint)
    • Line 9708: warning: exported const RESOURCE_REQUEST_FIELD_REQUEST_ID should have comment (or a comment on this block) or be unexported (golint)
    • Line 9715: warning: comment on exported method ResourceRequest.Dict should be of the form "Dict ..." (golint)
    • Line 9775: warning: exported const SCALED_PRESSURE3_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 9781: warning: comment on exported method ScaledPressure3.Dict should be of the form "Dict ..." (golint)
    • Line 9852: warning: exported const FOLLOW_TARGET_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 9865: warning: comment on exported method FollowTarget.Dict should be of the form "Dict ..." (golint)
    • Line 9989: warning: exported const CONTROL_SYSTEM_STATE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10008: warning: comment on exported method ControlSystemState.Dict should be of the form "Dict ..." (golint)
    • Line 10126: warning: exported const BATTERY_STATUS_FIELD_CURRENT_CONSUMED should have comment (or a comment on this block) or be unexported (golint)
    • Line 10137: warning: comment on exported method BatteryStatus.Dict should be of the form "Dict ..." (golint)
    • Line 10227: warning: exported const AUTOPILOT_VERSION_FIELD_CAPABILITIES should have comment (or a comment on this block) or be unexported (golint)
    • Line 10240: warning: comment on exported method AutopilotVersion.Dict should be of the form "Dict ..." (golint)
    • Line 10326: warning: exported const LANDING_TARGET_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10336: warning: comment on exported method LandingTarget.Dict should be of the form "Dict ..." (golint)
    • Line 10405: warning: exported const FENCE_STATUS_FIELD_BREACH_TIME should have comment (or a comment on this block) or be unexported (golint)
    • Line 10411: warning: comment on exported method FenceStatus.Dict should be of the form "Dict ..." (golint)
    • Line 10488: warning: exported const MAG_CAL_REPORT_FIELD_FITNESS should have comment (or a comment on this block) or be unexported (golint)
    • Line 10504: warning: comment on exported method MagCalReport.Dict should be of the form "Dict ..." (golint)
    • Line 10617: warning: exported const EFI_STATUS_FIELD_ECU_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 10636: warning: comment on exported method EfiStatus.Dict should be of the form "Dict ..." (golint)
    • Line 10744: warning: exported const ESTIMATOR_STATUS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10756: warning: comment on exported method EstimatorStatus.Dict should be of the form "Dict ..." (golint)
    • Line 10841: warning: exported const WIND_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10852: warning: comment on exported method WindCov.Dict should be of the form "Dict ..." (golint)
    • Line 10952: warning: exported const GPS_INPUT_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10972: warning: comment on exported method GpsInput.Dict should be of the form "Dict ..." (golint)
    • Line 11069: warning: exported const GPS_RTCM_DATA_FIELD_FLAGS should have comment (or a comment on this block) or be unexported (golint)
    • Line 11074: warning: comment on exported method GpsRtcmData.Dict should be of the form "Dict ..." (golint)
    • Line 11168: warning: exported const HIGH_LATENCY_FIELD_CUSTOM_MODE should have comment (or a comment on this block) or be unexported (golint)
    • Line 11194: warning: comment on exported method HighLatency.Dict should be of the form "Dict ..." (golint)
    • Line 11357: warning: exported const HIGH_LATENCY2_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 11386: warning: comment on exported method HighLatency2.Dict should be of the form "Dict ..." (golint)
    • Line 11518: warning: exported const VIBRATION_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 11527: warning: comment on exported method Vibration.Dict should be of the form "Dict ..." (golint)
    • Line 11605: warning: exported const HOME_POSITION_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 11617: warning: comment on exported method HomePosition.Dict should be of the form "Dict ..." (golint)
    • Line 11710: warning: exported const SET_HOME_POSITION_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 11723: warning: comment on exported method SetHomePosition.Dict should be of the form "Dict ..." (golint)
    • Line 11801: warning: exported const MESSAGE_INTERVAL_FIELD_INTERVAL_US should have comment (or a comment on this block) or be unexported (golint)
    • Line 11805: warning: comment on exported method MessageInterval.Dict should be of the form "Dict ..." (golint)
    • Line 11852: warning: exported const EXTENDED_SYS_STATE_FIELD_VTOL_STATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 11856: warning: comment on exported method ExtendedSysState.Dict should be of the form "Dict ..." (golint)
    • Line 11925: warning: exported const ADSB_VEHICLE_FIELD_ICAO_ADDRESS should have comment (or a comment on this block) or be unexported (golint)
    • Line 11940: warning: comment on exported method AdsbVehicle.Dict should be of the form "Dict ..." (golint)
    • Line 12030: warning: exported const COLLISION_FIELD_ID should have comment (or a comment on this block) or be unexported (golint)
    • Line 12039: warning: comment on exported method Collision.Dict should be of the form "Dict ..." (golint)
    • Line 12107: warning: exported const V2_EXTENSION_FIELD_MESSAGE_TYPE should have comment (or a comment on this block) or be unexported (golint)
    • Line 12114: warning: comment on exported method V2Extension.Dict should be of the form "Dict ..." (golint)
    • Line 12174: warning: exported const MEMORY_VECT_FIELD_ADDRESS should have comment (or a comment on this block) or be unexported (golint)
    • Line 12180: warning: comment on exported method MemoryVect.Dict should be of the form "Dict ..." (golint)
    • Line 12243: warning: exported const DEBUG_VECT_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 12250: warning: comment on exported method DebugVect.Dict should be of the form "Dict ..." (golint)
    • Line 12308: warning: exported const NAMED_VALUE_FLOAT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 12313: warning: comment on exported method NamedValueFloat.Dict should be of the form "Dict ..." (golint)
    • Line 12365: warning: exported const NAMED_VALUE_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 12370: warning: comment on exported method NamedValueInt.Dict should be of the form "Dict ..." (golint)
    • Line 12420: warning: exported const STATUSTEXT_FIELD_SEVERITY should have comment (or a comment on this block) or be unexported (golint)
    • Line 12424: warning: comment on exported method Statustext.Dict should be of the form "Dict ..." (golint)
    • Line 12473: warning: exported const DEBUG_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 12478: warning: comment on exported method Debug.Dict should be of the form "Dict ..." (golint)
    • Line 12536: warning: exported const HEARTBEAT_FIELD_CUSTOM_MODE should have comment (or a comment on this block) or be unexported (golint)
    • Line 12544: warning: comment on exported method Heartbeat.Dict should be of the form "Dict ..." (golint)
    • go-mavlink/mavlink/dialects/all/enums.go
    • Line 1950: warning: don't use underscores in Go names; const GOPRO_RESOLUTION_480p should be GOPRORESOLUTION480p (golint)
    • Line 1952: warning: don't use underscores in Go names; const GOPRO_RESOLUTION_720p should be GOPRORESOLUTION720p (golint)
    • Line 1954: warning: don't use underscores in Go names; const GOPRO_RESOLUTION_960p should be GOPRORESOLUTION960p (golint)
    • Line 1956: warning: don't use underscores in Go names; const GOPRO_RESOLUTION_1080p should be GOPRORESOLUTION1080p (golint)
    • Line 1958: warning: don't use underscores in Go names; const GOPRO_RESOLUTION_1440p should be GOPRORESOLUTION1440p (golint)
    • Line 1960: warning: don't use underscores in Go names; const GOPRO_RESOLUTION_2_7k_17_9 should be GOPRORESOLUTION2_7k17_9 (golint)
    • Line 1962: warning: don't use underscores in Go names; const GOPRO_RESOLUTION_2_7k_16_9 should be GOPRORESOLUTION2_7k16_9 (golint)
    • Line 1964: warning: don't use underscores in Go names; const GOPRO_RESOLUTION_2_7k_4_3 should be GOPRORESOLUTION2_7k4_3 (golint)
    • Line 1966: warning: don't use underscores in Go names; const GOPRO_RESOLUTION_4k_16_9 should be GOPRORESOLUTION4k16_9 (golint)
    • Line 1968: warning: don't use underscores in Go names; const GOPRO_RESOLUTION_4k_17_9 should be GOPRORESOLUTION4k17_9 (golint)
    • Line 1970: warning: don't use underscores in Go names; const GOPRO_RESOLUTION_720p_SUPERVIEW should be GOPRORESOLUTION720pSUPERVIEW (golint)
    • Line 1972: warning: don't use underscores in Go names; const GOPRO_RESOLUTION_1080p_SUPERVIEW should be GOPRORESOLUTION1080pSUPERVIEW (golint)
    • Line 1974: warning: don't use underscores in Go names; const GOPRO_RESOLUTION_2_7k_SUPERVIEW should be GOPRORESOLUTION2_7kSUPERVIEW (golint)
    • Line 1976: warning: don't use underscores in Go names; const GOPRO_RESOLUTION_4k_SUPERVIEW should be GOPRORESOLUTION4kSUPERVIEW (golint)
    • go-mavlink/mavlink/dialects/uAvionix/classes.go
    • Line 61: warning: exported const SYS_STATUS_FIELD_ONBOARD_CONTROL_SENSORS_PRESENT should have comment (or a comment on this block) or be unexported (golint)
    • Line 76: warning: comment on exported method SysStatus.Dict should be of the form "Dict ..." (golint)
    • Line 156: warning: exported const SYSTEM_TIME_FIELD_TIME_UNIX_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 160: warning: comment on exported method SystemTime.Dict should be of the form "Dict ..." (golint)
    • Line 211: warning: exported const PING_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 217: warning: comment on exported method Ping.Dict should be of the form "Dict ..." (golint)
    • Line 274: warning: exported const CHANGE_OPERATOR_CONTROL_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 280: warning: comment on exported method ChangeOperatorControl.Dict should be of the form "Dict ..." (golint)
    • Line 335: warning: exported const CHANGE_OPERATOR_CONTROL_ACK_FIELD_GCS_SYSTEM_ID should have comment (or a comment on this block) or be unexported (golint)
    • Line 340: warning: comment on exported method ChangeOperatorControlAck.Dict should be of the form "Dict ..." (golint)
    • Line 388: warning: exported const AUTH_KEY_FIELD_KEY should have comment (or a comment on this block) or be unexported (golint)
    • Line 391: warning: comment on exported method AuthKey.Dict should be of the form "Dict ..." (golint)
    • Line 453: warning: exported const LINK_NODE_STATUS_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 466: warning: comment on exported method LinkNodeStatus.Dict should be of the form "Dict ..." (golint)
    • Line 542: warning: exported const SET_MODE_FIELD_CUSTOM_MODE should have comment (or a comment on this block) or be unexported (golint)
    • Line 547: warning: comment on exported method SetMode.Dict should be of the form "Dict ..." (golint)
    • Line 605: warning: exported const PARAM_ACK_TRANSACTION_FIELD_PARAM_VALUE should have comment (or a comment on this block) or be unexported (golint)
    • Line 613: warning: comment on exported method ParamAckTransaction.Dict should be of the form "Dict ..." (golint)
    • Line 676: warning: exported const PARAM_REQUEST_READ_FIELD_PARAM_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 682: warning: comment on exported method ParamRequestRead.Dict should be of the form "Dict ..." (golint)
    • Line 735: warning: exported const PARAM_REQUEST_LIST_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 739: warning: comment on exported method ParamRequestList.Dict should be of the form "Dict ..." (golint)
    • Line 792: warning: exported const PARAM_VALUE_FIELD_PARAM_VALUE should have comment (or a comment on this block) or be unexported (golint)
    • Line 799: warning: comment on exported method ParamValue.Dict should be of the form "Dict ..." (golint)
    • Line 863: warning: exported const PARAM_SET_FIELD_PARAM_VALUE should have comment (or a comment on this block) or be unexported (golint)
    • Line 870: warning: comment on exported method ParamSet.Dict should be of the form "Dict ..." (golint)
    • Line 943: warning: exported const GPS_RAW_INT_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 955: warning: comment on exported method GpsRawInt.Dict should be of the form "Dict ..." (golint)
    • Line 1034: warning: exported const GPS_STATUS_FIELD_SATELLITES_VISIBLE should have comment (or a comment on this block) or be unexported (golint)
    • Line 1042: warning: comment on exported method GpsStatus.Dict should be of the form "Dict ..." (golint)
    • Line 1117: warning: exported const SCALED_IMU_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 1129: warning: comment on exported method ScaledImu.Dict should be of the form "Dict ..." (golint)
    • Line 1216: warning: exported const RAW_IMU_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 1228: warning: comment on exported method RawImu.Dict should be of the form "Dict ..." (golint)
    • Line 1305: warning: exported const RAW_PRESSURE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 1312: warning: comment on exported method RawPressure.Dict should be of the form "Dict ..." (golint)
    • Line 1372: warning: exported const SCALED_PRESSURE_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 1378: warning: comment on exported method ScaledPressure.Dict should be of the form "Dict ..." (golint)
    • Line 1441: warning: exported const ATTITUDE_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 1450: warning: comment on exported method Attitude.Dict should be of the form "Dict ..." (golint)
    • Line 1524: warning: exported const ATTITUDE_QUATERNION_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 1534: warning: comment on exported method AttitudeQuaternion.Dict should be of the form "Dict ..." (golint)
    • Line 1609: warning: exported const LOCAL_POSITION_NED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 1618: warning: comment on exported method LocalPositionNed.Dict should be of the form "Dict ..." (golint)
    • Line 1695: warning: exported const GLOBAL_POSITION_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 1706: warning: comment on exported method GlobalPositionInt.Dict should be of the form "Dict ..." (golint)
    • Line 1792: warning: exported const RC_CHANNELS_SCALED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 1805: warning: comment on exported method RcChannelsScaled.Dict should be of the form "Dict ..." (golint)
    • Line 1897: warning: exported const RC_CHANNELS_RAW_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 1910: warning: comment on exported method RcChannelsRaw.Dict should be of the form "Dict ..." (golint)
    • Line 2000: warning: exported const SERVO_OUTPUT_RAW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 2012: warning: comment on exported method ServoOutputRaw.Dict should be of the form "Dict ..." (golint)
    • Line 2087: warning: exported const MISSION_REQUEST_PARTIAL_LIST_FIELD_START_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 2093: warning: comment on exported method MissionRequestPartialList.Dict should be of the form "Dict ..." (golint)
    • Line 2150: warning: exported const MISSION_WRITE_PARTIAL_LIST_FIELD_START_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 2156: warning: comment on exported method MissionWritePartialList.Dict should be of the form "Dict ..." (golint)
    • Line 2234: warning: exported const MISSION_ITEM_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 2250: warning: comment on exported method MissionItem.Dict should be of the form "Dict ..." (golint)
    • Line 2335: warning: exported const MISSION_REQUEST_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 2340: warning: comment on exported method MissionRequest.Dict should be of the form "Dict ..." (golint)
    • Line 2392: warning: exported const MISSION_SET_CURRENT_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 2397: warning: comment on exported method MissionSetCurrent.Dict should be of the form "Dict ..." (golint)
    • Line 2445: warning: exported const MISSION_CURRENT_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 2448: warning: comment on exported method MissionCurrent.Dict should be of the form "Dict ..." (golint)
    • Line 2492: warning: exported const MISSION_REQUEST_LIST_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 2496: warning: comment on exported method MissionRequestList.Dict should be of the form "Dict ..." (golint)
    • Line 2545: warning: exported const MISSION_COUNT_FIELD_COUNT should have comment (or a comment on this block) or be unexported (golint)
    • Line 2550: warning: comment on exported method MissionCount.Dict should be of the form "Dict ..." (golint)
    • Line 2600: warning: exported const MISSION_CLEAR_ALL_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 2604: warning: comment on exported method MissionClearAll.Dict should be of the form "Dict ..." (golint)
    • Line 2649: warning: exported const MISSION_ITEM_REACHED_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 2652: warning: comment on exported method MissionItemReached.Dict should be of the form "Dict ..." (golint)
    • Line 2698: warning: exported const MISSION_ACK_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 2703: warning: comment on exported method MissionAck.Dict should be of the form "Dict ..." (golint)
    • Line 2757: warning: exported const SET_GPS_GLOBAL_ORIGIN_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 2763: warning: comment on exported method SetGpsGlobalOrigin.Dict should be of the form "Dict ..." (golint)
    • Line 2818: warning: exported const GPS_GLOBAL_ORIGIN_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 2823: warning: comment on exported method GpsGlobalOrigin.Dict should be of the form "Dict ..." (golint)
    • Line 2887: warning: exported const PARAM_MAP_RC_FIELD_PARAM_VALUE0 should have comment (or a comment on this block) or be unexported (golint)
    • Line 2898: warning: comment on exported method ParamMapRc.Dict should be of the form "Dict ..." (golint)
    • Line 2968: warning: exported const MISSION_REQUEST_INT_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 2973: warning: comment on exported method MissionRequestInt.Dict should be of the form "Dict ..." (golint)
    • Line 3029: warning: exported const MISSION_CHANGED_FIELD_START_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 3036: warning: comment on exported method MissionChanged.Dict should be of the form "Dict ..." (golint)
    • Line 3106: warning: exported const SAFETY_SET_ALLOWED_AREA_FIELD_P1X should have comment (or a comment on this block) or be unexported (golint)
    • Line 3117: warning: comment on exported method SafetySetAllowedArea.Dict should be of the form "Dict ..." (golint)
    • Line 3195: warning: exported const SAFETY_ALLOWED_AREA_FIELD_P1X should have comment (or a comment on this block) or be unexported (golint)
    • Line 3204: warning: comment on exported method SafetyAllowedArea.Dict should be of the form "Dict ..." (golint)
    • Line 3274: warning: exported const ATTITUDE_QUATERNION_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 3282: warning: comment on exported method AttitudeQuaternionCov.Dict should be of the form "Dict ..." (golint)
    • Line 3361: warning: exported const NAV_CONTROLLER_OUTPUT_FIELD_NAV_ROLL should have comment (or a comment on this block) or be unexported (golint)
    • Line 3371: warning: comment on exported method NavControllerOutput.Dict should be of the form "Dict ..." (golint)
    • Line 3452: warning: exported const GLOBAL_POSITION_INT_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 3464: warning: comment on exported method GlobalPositionIntCov.Dict should be of the form "Dict ..." (golint)
    • Line 3559: warning: exported const LOCAL_POSITION_NED_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 3573: warning: comment on exported method LocalPositionNedCov.Dict should be of the form "Dict ..." (golint)
    • Line 3692: warning: exported const RC_CHANNELS_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 3715: warning: comment on exported method RcChannels.Dict should be of the form "Dict ..." (golint)
    • Line 3825: warning: exported const REQUEST_DATA_STREAM_FIELD_REQ_MESSAGE_RATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 3832: warning: comment on exported method RequestDataStream.Dict should be of the form "Dict ..." (golint)
    • Line 3890: warning: exported const DATA_STREAM_FIELD_MESSAGE_RATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 3895: warning: comment on exported method DataStream.Dict should be of the form "Dict ..." (golint)
    • Line 3953: warning: exported const MANUAL_CONTROL_FIELD_X should have comment (or a comment on this block) or be unexported (golint)
    • Line 3961: warning: comment on exported method ManualControl.Dict should be of the form "Dict ..." (golint)
    • Line 4036: warning: exported const RC_CHANNELS_OVERRIDE_FIELD_CHAN1_RAW should have comment (or a comment on this block) or be unexported (golint)
    • Line 4048: warning: comment on exported method RcChannelsOverride.Dict should be of the form "Dict ..." (golint)
    • Line 4144: warning: exported const MISSION_ITEM_INT_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 4160: warning: comment on exported method MissionItemInt.Dict should be of the form "Dict ..." (golint)
    • Line 4251: warning: exported const VFR_HUD_FIELD_AIRSPEED should have comment (or a comment on this block) or be unexported (golint)
    • Line 4259: warning: comment on exported method VfrHud.Dict should be of the form "Dict ..." (golint)
    • Line 4340: warning: exported const COMMAND_INT_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 4355: warning: comment on exported method CommandInt.Dict should be of the form "Dict ..." (golint)
    • Line 4453: warning: exported const COMMAND_LONG_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 4466: warning: comment on exported method CommandLong.Dict should be of the form "Dict ..." (golint)
    • Line 4540: warning: exported const COMMAND_ACK_FIELD_COMMAND should have comment (or a comment on this block) or be unexported (golint)
    • Line 4544: warning: comment on exported method CommandAck.Dict should be of the form "Dict ..." (golint)
    • Line 4593: warning: exported const COMMAND_CANCEL_FIELD_COMMAND should have comment (or a comment on this block) or be unexported (golint)
    • Line 4598: warning: comment on exported method CommandCancel.Dict should be of the form "Dict ..." (golint)
    • Line 4658: warning: exported const MANUAL_SETPOINT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 4667: warning: comment on exported method ManualSetpoint.Dict should be of the form "Dict ..." (golint)
    • Line 4743: warning: exported const SET_ATTITUDE_TARGET_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 4754: warning: comment on exported method SetAttitudeTarget.Dict should be of the form "Dict ..." (golint)
    • Line 4836: warning: exported const ATTITUDE_TARGET_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 4845: warning: comment on exported method AttitudeTarget.Dict should be of the form "Dict ..." (golint)
    • Line 4939: warning: exported const SET_POSITION_TARGET_LOCAL_NED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 4957: warning: comment on exported method SetPositionTargetLocalNed.Dict should be of the form "Dict ..." (golint)
    • Line 5070: warning: exported const POSITION_TARGET_LOCAL_NED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5086: warning: comment on exported method PositionTargetLocalNed.Dict should be of the form "Dict ..." (golint)
    • Line 5197: warning: exported const SET_POSITION_TARGET_GLOBAL_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5215: warning: comment on exported method SetPositionTargetGlobalInt.Dict should be of the form "Dict ..." (golint)
    • Line 5328: warning: exported const POSITION_TARGET_GLOBAL_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5344: warning: comment on exported method PositionTargetGlobalInt.Dict should be of the form "Dict ..." (golint)
    • Line 5437: warning: exported const LOCAL_POSITION_NED_SYSTEM_GLOBAL_OFFSET_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5446: warning: comment on exported method LocalPositionNedSystemGlobalOffset.Dict should be of the form "Dict ..." (golint)
    • Line 5536: warning: exported const HIL_STATE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 5554: warning: comment on exported method HilState.Dict should be of the form "Dict ..." (golint)
    • Line 5661: warning: exported const HIL_CONTROLS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 5674: warning: comment on exported method HilControls.Dict should be of the form "Dict ..." (golint)
    • Line 5772: warning: exported const HIL_RC_INPUTS_RAW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 5788: warning: comment on exported method HilRcInputsRaw.Dict should be of the form "Dict ..." (golint)
    • Line 5875: warning: exported const HIL_ACTUATOR_CONTROLS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 5881: warning: comment on exported method HilActuatorControls.Dict should be of the form "Dict ..." (golint)
    • Line 5950: warning: exported const OPTICAL_FLOW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 5960: warning: comment on exported method OpticalFlow.Dict should be of the form "Dict ..." (golint)
    • Line 6035: warning: exported const GLOBAL_VISION_POSITION_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6044: warning: comment on exported method GlobalVisionPositionEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 6116: warning: exported const VISION_POSITION_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6125: warning: comment on exported method VisionPositionEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 6191: warning: exported const VISION_SPEED_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6197: warning: comment on exported method VisionSpeedEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 6260: warning: exported const VICON_POSITION_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6269: warning: comment on exported method ViconPositionEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 6357: warning: exported const HIGHRES_IMU_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6374: warning: comment on exported method HighresImu.Dict should be of the form "Dict ..." (golint)
    • Line 6480: warning: exported const OPTICAL_FLOW_RAD_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6494: warning: comment on exported method OpticalFlowRad.Dict should be of the form "Dict ..." (golint)
    • Line 6597: warning: exported const HIL_SENSOR_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6614: warning: comment on exported method HilSensor.Dict should be of the form "Dict ..." (golint)
    • Line 6738: warning: exported const SIM_STATE_FIELD_Q1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 6761: warning: comment on exported method SimState.Dict should be of the form "Dict ..." (golint)
    • Line 6875: warning: exported const RADIO_STATUS_FIELD_RXERRORS should have comment (or a comment on this block) or be unexported (golint)
    • Line 6884: warning: comment on exported method RadioStatus.Dict should be of the form "Dict ..." (golint)
    • Line 6950: warning: exported const FILE_TRANSFER_PROTOCOL_FIELD_TARGET_NETWORK should have comment (or a comment on this block) or be unexported (golint)
    • Line 6956: warning: comment on exported method FileTransferProtocol.Dict should be of the form "Dict ..." (golint)
    • Line 7009: warning: exported const TIMESYNC_FIELD_TC1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 7013: warning: comment on exported method Timesync.Dict should be of the form "Dict ..." (golint)
    • Line 7060: warning: exported const CAMERA_TRIGGER_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7064: warning: comment on exported method CameraTrigger.Dict should be of the form "Dict ..." (golint)
    • Line 7134: warning: exported const HIL_GPS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7149: warning: comment on exported method HilGps.Dict should be of the form "Dict ..." (golint)
    • Line 7249: warning: exported const HIL_OPTICAL_FLOW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7263: warning: comment on exported method HilOpticalFlow.Dict should be of the form "Dict ..." (golint)
    • Line 7368: warning: exported const HIL_STATE_QUATERNION_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7386: warning: comment on exported method HilStateQuaternion.Dict should be of the form "Dict ..." (golint)
    • Line 7495: warning: exported const SCALED_IMU2_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 7507: warning: comment on exported method ScaledImu2.Dict should be of the form "Dict ..." (golint)
    • Line 7582: warning: exported const LOG_REQUEST_LIST_FIELD_START should have comment (or a comment on this block) or be unexported (golint)
    • Line 7588: warning: comment on exported method LogRequestList.Dict should be of the form "Dict ..." (golint)
    • Line 7647: warning: exported const LOG_ENTRY_FIELD_TIME_UTC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7654: warning: comment on exported method LogEntry.Dict should be of the form "Dict ..." (golint)
    • Line 7716: warning: exported const LOG_REQUEST_DATA_FIELD_OFS should have comment (or a comment on this block) or be unexported (golint)
    • Line 7723: warning: comment on exported method LogRequestData.Dict should be of the form "Dict ..." (golint)
    • Line 7783: warning: exported const LOG_DATA_FIELD_OFS should have comment (or a comment on this block) or be unexported (golint)
    • Line 7789: warning: comment on exported method LogData.Dict should be of the form "Dict ..." (golint)
    • Line 7842: warning: exported const LOG_ERASE_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 7846: warning: comment on exported method LogErase.Dict should be of the form "Dict ..." (golint)
    • Line 7893: warning: exported const LOG_REQUEST_END_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 7897: warning: comment on exported method LogRequestEnd.Dict should be of the form "Dict ..." (golint)
    • Line 7948: warning: exported const GPS_INJECT_DATA_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 7954: warning: comment on exported method GpsInjectData.Dict should be of the form "Dict ..." (golint)
    • Line 8027: warning: exported const GPS2_RAW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 8041: warning: comment on exported method Gps2Raw.Dict should be of the form "Dict ..." (golint)
    • Line 8120: warning: exported const POWER_STATUS_FIELD_VCC should have comment (or a comment on this block) or be unexported (golint)
    • Line 8125: warning: comment on exported method PowerStatus.Dict should be of the form "Dict ..." (golint)
    • Line 8183: warning: exported const SERIAL_CONTROL_FIELD_BAUDRATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 8191: warning: comment on exported method SerialControl.Dict should be of the form "Dict ..." (golint)
    • Line 8272: warning: exported const GPS_RTK_FIELD_TIME_LAST_BASELINE_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8287: warning: comment on exported method GpsRtk.Dict should be of the form "Dict ..." (golint)
    • Line 8389: warning: exported const GPS2_RTK_FIELD_TIME_LAST_BASELINE_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8404: warning: comment on exported method Gps2Rtk.Dict should be of the form "Dict ..." (golint)
    • Line 8500: warning: exported const SCALED_IMU3_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8512: warning: comment on exported method ScaledImu3.Dict should be of the form "Dict ..." (golint)
    • Line 8593: warning: exported const DATA_TRANSMISSION_HANDSHAKE_FIELD_SIZE should have comment (or a comment on this block) or be unexported (golint)
    • Line 8602: warning: comment on exported method DataTransmissionHandshake.Dict should be of the form "Dict ..." (golint)
    • Line 8664: warning: exported const ENCAPSULATED_DATA_FIELD_SEQNR should have comment (or a comment on this block) or be unexported (golint)
    • Line 8668: warning: comment on exported method EncapsulatedData.Dict should be of the form "Dict ..." (golint)
    • Line 8727: warning: exported const DISTANCE_SENSOR_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8737: warning: comment on exported method DistanceSensor.Dict should be of the form "Dict ..." (golint)
    • Line 8806: warning: exported const TERRAIN_REQUEST_FIELD_MASK should have comment (or a comment on this block) or be unexported (golint)
    • Line 8812: warning: comment on exported method TerrainRequest.Dict should be of the form "Dict ..." (golint)
    • Line 8871: warning: exported const TERRAIN_DATA_FIELD_LAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 8878: warning: comment on exported method TerrainData.Dict should be of the form "Dict ..." (golint)
    • Line 8938: warning: exported const TERRAIN_CHECK_FIELD_LAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 8942: warning: comment on exported method TerrainCheck.Dict should be of the form "Dict ..." (golint)
    • Line 8999: warning: exported const TERRAIN_REPORT_FIELD_LAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 9008: warning: comment on exported method TerrainReport.Dict should be of the form "Dict ..." (golint)
    • Line 9074: warning: exported const SCALED_PRESSURE2_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 9080: warning: comment on exported method ScaledPressure2.Dict should be of the form "Dict ..." (golint)
    • Line 9139: warning: exported const ATT_POS_MOCAP_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9146: warning: comment on exported method AttPosMocap.Dict should be of the form "Dict ..." (golint)
    • Line 9212: warning: exported const SET_ACTUATOR_CONTROL_TARGET_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9219: warning: comment on exported method SetActuatorControlTarget.Dict should be of the form "Dict ..." (golint)
    • Line 9281: warning: exported const ACTUATOR_CONTROL_TARGET_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9286: warning: comment on exported method ActuatorControlTarget.Dict should be of the form "Dict ..." (golint)
    • Line 9350: warning: exported const ALTITUDE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9359: warning: comment on exported method Altitude.Dict should be of the form "Dict ..." (golint)
    • Line 9427: warning: exported const RESOURCE_REQUEST_FIELD_REQUEST_ID should have comment (or a comment on this block) or be unexported (golint)
    • Line 9434: warning: comment on exported method ResourceRequest.Dict should be of the form "Dict ..." (golint)
    • Line 9494: warning: exported const SCALED_PRESSURE3_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 9500: warning: comment on exported method ScaledPressure3.Dict should be of the form "Dict ..." (golint)
    • Line 9571: warning: exported const FOLLOW_TARGET_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 9584: warning: comment on exported method FollowTarget.Dict should be of the form "Dict ..." (golint)
    • Line 9708: warning: exported const CONTROL_SYSTEM_STATE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9727: warning: comment on exported method ControlSystemState.Dict should be of the form "Dict ..." (golint)
    • Line 9845: warning: exported const BATTERY_STATUS_FIELD_CURRENT_CONSUMED should have comment (or a comment on this block) or be unexported (golint)
    • Line 9856: warning: comment on exported method BatteryStatus.Dict should be of the form "Dict ..." (golint)
    • Line 9946: warning: exported const AUTOPILOT_VERSION_FIELD_CAPABILITIES should have comment (or a comment on this block) or be unexported (golint)
    • Line 9959: warning: comment on exported method AutopilotVersion.Dict should be of the form "Dict ..." (golint)
    • Line 10045: warning: exported const LANDING_TARGET_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10055: warning: comment on exported method LandingTarget.Dict should be of the form "Dict ..." (golint)
    • Line 10124: warning: exported const FENCE_STATUS_FIELD_BREACH_TIME should have comment (or a comment on this block) or be unexported (golint)
    • Line 10130: warning: comment on exported method FenceStatus.Dict should be of the form "Dict ..." (golint)
    • Line 10207: warning: exported const MAG_CAL_REPORT_FIELD_FITNESS should have comment (or a comment on this block) or be unexported (golint)
    • Line 10223: warning: comment on exported method MagCalReport.Dict should be of the form "Dict ..." (golint)
    • Line 10336: warning: exported const EFI_STATUS_FIELD_ECU_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 10355: warning: comment on exported method EfiStatus.Dict should be of the form "Dict ..." (golint)
    • Line 10463: warning: exported const ESTIMATOR_STATUS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10475: warning: comment on exported method EstimatorStatus.Dict should be of the form "Dict ..." (golint)
    • Line 10560: warning: exported const WIND_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10571: warning: comment on exported method WindCov.Dict should be of the form "Dict ..." (golint)
    • Line 10671: warning: exported const GPS_INPUT_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10691: warning: comment on exported method GpsInput.Dict should be of the form "Dict ..." (golint)
    • Line 10788: warning: exported const GPS_RTCM_DATA_FIELD_FLAGS should have comment (or a comment on this block) or be unexported (golint)
    • Line 10793: warning: comment on exported method GpsRtcmData.Dict should be of the form "Dict ..." (golint)
    • Line 10887: warning: exported const HIGH_LATENCY_FIELD_CUSTOM_MODE should have comment (or a comment on this block) or be unexported (golint)
    • Line 10913: warning: comment on exported method HighLatency.Dict should be of the form "Dict ..." (golint)
    • Line 11076: warning: exported const HIGH_LATENCY2_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 11105: warning: comment on exported method HighLatency2.Dict should be of the form "Dict ..." (golint)
    • Line 11237: warning: exported const VIBRATION_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 11246: warning: comment on exported method Vibration.Dict should be of the form "Dict ..." (golint)
    • Line 11324: warning: exported const HOME_POSITION_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 11336: warning: comment on exported method HomePosition.Dict should be of the form "Dict ..." (golint)
    • Line 11429: warning: exported const SET_HOME_POSITION_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 11442: warning: comment on exported method SetHomePosition.Dict should be of the form "Dict ..." (golint)
    • Line 11520: warning: exported const MESSAGE_INTERVAL_FIELD_INTERVAL_US should have comment (or a comment on this block) or be unexported (golint)
    • Line 11524: warning: comment on exported method MessageInterval.Dict should be of the form "Dict ..." (golint)
    • Line 11571: warning: exported const EXTENDED_SYS_STATE_FIELD_VTOL_STATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 11575: warning: comment on exported method ExtendedSysState.Dict should be of the form "Dict ..." (golint)
    • Line 11644: warning: exported const ADSB_VEHICLE_FIELD_ICAO_ADDRESS should have comment (or a comment on this block) or be unexported (golint)
    • Line 11659: warning: comment on exported method AdsbVehicle.Dict should be of the form "Dict ..." (golint)
    • Line 11749: warning: exported const COLLISION_FIELD_ID should have comment (or a comment on this block) or be unexported (golint)
    • Line 11758: warning: comment on exported method Collision.Dict should be of the form "Dict ..." (golint)
    • Line 11826: warning: exported const V2_EXTENSION_FIELD_MESSAGE_TYPE should have comment (or a comment on this block) or be unexported (golint)
    • Line 11833: warning: comment on exported method V2Extension.Dict should be of the form "Dict ..." (golint)
    • Line 11893: warning: exported const MEMORY_VECT_FIELD_ADDRESS should have comment (or a comment on this block) or be unexported (golint)
    • Line 11899: warning: comment on exported method MemoryVect.Dict should be of the form "Dict ..." (golint)
    • Line 11962: warning: exported const DEBUG_VECT_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 11969: warning: comment on exported method DebugVect.Dict should be of the form "Dict ..." (golint)
    • Line 12027: warning: exported const NAMED_VALUE_FLOAT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 12032: warning: comment on exported method NamedValueFloat.Dict should be of the form "Dict ..." (golint)
    • Line 12084: warning: exported const NAMED_VALUE_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 12089: warning: comment on exported method NamedValueInt.Dict should be of the form "Dict ..." (golint)
    • Line 12139: warning: exported const STATUSTEXT_FIELD_SEVERITY should have comment (or a comment on this block) or be unexported (golint)
    • Line 12143: warning: comment on exported method Statustext.Dict should be of the form "Dict ..." (golint)
    • Line 12192: warning: exported const DEBUG_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 12197: warning: comment on exported method Debug.Dict should be of the form "Dict ..." (golint)
    • Line 12255: warning: exported const HEARTBEAT_FIELD_CUSTOM_MODE should have comment (or a comment on this block) or be unexported (golint)
    • Line 12263: warning: comment on exported method Heartbeat.Dict should be of the form "Dict ..." (golint)
    • go-mavlink/mavlink/dialects/ardupilotmega/classes.go
    • Line 59: warning: exported const SENSOR_OFFSETS_FIELD_MAG_DECLINATION should have comment (or a comment on this block) or be unexported (golint)
    • Line 73: warning: comment on exported method SensorOffsets.Dict should be of the form "Dict ..." (golint)
    • Line 156: warning: exported const SET_MAG_OFFSETS_FIELD_MAG_OFS_X should have comment (or a comment on this block) or be unexported (golint)
    • Line 163: warning: comment on exported method SetMagOffsets.Dict should be of the form "Dict ..." (golint)
    • Line 219: warning: exported const MEMINFO_FIELD_BRKVAL should have comment (or a comment on this block) or be unexported (golint)
    • Line 223: warning: comment on exported method Meminfo.Dict should be of the form "Dict ..." (golint)
    • Line 278: warning: exported const AP_ADC_FIELD_ADC1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 286: warning: comment on exported method ApAdc.Dict should be of the form "Dict ..." (golint)
    • Line 363: warning: exported const DIGICAM_CONFIGURE_FIELD_EXTRA_VALUE should have comment (or a comment on this block) or be unexported (golint)
    • Line 376: warning: comment on exported method DigicamConfigure.Dict should be of the form "Dict ..." (golint)
    • Line 466: warning: exported const DIGICAM_CONTROL_FIELD_EXTRA_VALUE should have comment (or a comment on this block) or be unexported (golint)
    • Line 478: warning: comment on exported method DigicamControl.Dict should be of the form "Dict ..." (golint)
    • Line 557: warning: exported const MOUNT_CONFIGURE_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 565: warning: comment on exported method MountConfigure.Dict should be of the form "Dict ..." (golint)
    • Line 632: warning: exported const MOUNT_CONTROL_FIELD_INPUT_A should have comment (or a comment on this block) or be unexported (golint)
    • Line 640: warning: comment on exported method MountControl.Dict should be of the form "Dict ..." (golint)
    • Line 705: warning: exported const MOUNT_STATUS_FIELD_POINTING_A should have comment (or a comment on this block) or be unexported (golint)
    • Line 712: warning: comment on exported method MountStatus.Dict should be of the form "Dict ..." (golint)
    • Line 776: warning: exported const FENCE_POINT_FIELD_LAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 784: warning: comment on exported method FencePoint.Dict should be of the form "Dict ..." (golint)
    • Line 845: warning: exported const FENCE_FETCH_POINT_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 850: warning: comment on exported method FenceFetchPoint.Dict should be of the form "Dict ..." (golint)
    • Line 910: warning: exported const AHRS_FIELD_OMEGAIX should have comment (or a comment on this block) or be unexported (golint)
    • Line 919: warning: comment on exported method Ahrs.Dict should be of the form "Dict ..." (golint)
    • Line 999: warning: exported const SIMSTATE_FIELD_ROLL should have comment (or a comment on this block) or be unexported (golint)
    • Line 1012: warning: comment on exported method Simstate.Dict should be of the form "Dict ..." (golint)
    • Line 1086: warning: exported const HWSTATUS_FIELD_VCC should have comment (or a comment on this block) or be unexported (golint)
    • Line 1090: warning: comment on exported method Hwstatus.Dict should be of the form "Dict ..." (golint)
    • Line 1147: warning: exported const RADIO_FIELD_RXERRORS should have comment (or a comment on this block) or be unexported (golint)
    • Line 1156: warning: comment on exported method Radio.Dict should be of the form "Dict ..." (golint)
    • Line 1232: warning: exported const LIMITS_STATUS_FIELD_LAST_TRIGGER should have comment (or a comment on this block) or be unexported (golint)
    • Line 1243: warning: comment on exported method LimitsStatus.Dict should be of the form "Dict ..." (golint)
    • Line 1313: warning: exported const WIND_FIELD_DIRECTION should have comment (or a comment on this block) or be unexported (golint)
    • Line 1318: warning: comment on exported method Wind.Dict should be of the form "Dict ..." (golint)
    • Line 1370: warning: exported const DATA16_FIELD_TYPE should have comment (or a comment on this block) or be unexported (golint)
    • Line 1375: warning: comment on exported method Data16.Dict should be of the form "Dict ..." (golint)
    • Line 1427: warning: exported const DATA32_FIELD_TYPE should have comment (or a comment on this block) or be unexported (golint)
    • Line 1432: warning: comment on exported method Data32.Dict should be of the form "Dict ..." (golint)
    • Line 1484: warning: exported const DATA64_FIELD_TYPE should have comment (or a comment on this block) or be unexported (golint)
    • Line 1489: warning: comment on exported method Data64.Dict should be of the form "Dict ..." (golint)
    • Line 1541: warning: exported const DATA96_FIELD_TYPE should have comment (or a comment on this block) or be unexported (golint)
    • Line 1546: warning: comment on exported method Data96.Dict should be of the form "Dict ..." (golint)
    • Line 1596: warning: exported const RANGEFINDER_FIELD_DISTANCE should have comment (or a comment on this block) or be unexported (golint)
    • Line 1600: warning: comment on exported method Rangefinder.Dict should be of the form "Dict ..." (golint)
    • Line 1667: warning: exported const AIRSPEED_AUTOCAL_FIELD_VX should have comment (or a comment on this block) or be unexported (golint)
    • Line 1681: warning: comment on exported method AirspeedAutocal.Dict should be of the form "Dict ..." (golint)
    • Line 1774: warning: exported const RALLY_POINT_FIELD_LAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 1786: warning: comment on exported method RallyPoint.Dict should be of the form "Dict ..." (golint)
    • Line 1859: warning: exported const RALLY_FETCH_POINT_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 1864: warning: comment on exported method RallyFetchPoint.Dict should be of the form "Dict ..." (golint)
    • Line 1922: warning: exported const COMPASSMOT_STATUS_FIELD_CURRENT should have comment (or a comment on this block) or be unexported (golint)
    • Line 1930: warning: comment on exported method CompassmotStatus.Dict should be of the form "Dict ..." (golint)
    • Line 1997: warning: exported const AHRS2_FIELD_ROLL should have comment (or a comment on this block) or be unexported (golint)
    • Line 2005: warning: comment on exported method Ahrs2.Dict should be of the form "Dict ..." (golint)
    • Line 2078: warning: exported const CAMERA_STATUS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 2089: warning: comment on exported method CameraStatus.Dict should be of the form "Dict ..." (golint)
    • Line 2179: warning: exported const CAMERA_FEEDBACK_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 2194: warning: comment on exported method CameraFeedback.Dict should be of the form "Dict ..." (golint)
    • Line 2274: warning: exported const BATTERY2_FIELD_VOLTAGE should have comment (or a comment on this block) or be unexported (golint)
    • Line 2278: warning: comment on exported method Battery2.Dict should be of the form "Dict ..." (golint)
    • Line 2341: warning: exported const AHRS3_FIELD_ROLL should have comment (or a comment on this block) or be unexported (golint)
    • Line 2353: warning: comment on exported method Ahrs3.Dict should be of the form "Dict ..." (golint)
    • Line 2424: warning: exported const AUTOPILOT_VERSION_REQUEST_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 2428: warning: comment on exported method AutopilotVersionRequest.Dict should be of the form "Dict ..." (golint)
    • Line 2479: warning: exported const REMOTE_LOG_DATA_BLOCK_FIELD_SEQNO should have comment (or a comment on this block) or be unexported (golint)
    • Line 2485: warning: comment on exported method RemoteLogDataBlock.Dict should be of the form "Dict ..." (golint)
    • Line 2542: warning: exported const REMOTE_LOG_BLOCK_STATUS_FIELD_SEQNO should have comment (or a comment on this block) or be unexported (golint)
    • Line 2548: warning: comment on exported method RemoteLogBlockStatus.Dict should be of the form "Dict ..." (golint)
    • Line 2609: warning: exported const LED_CONTROL_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 2617: warning: comment on exported method LedControl.Dict should be of the form "Dict ..." (golint)
    • Line 2690: warning: exported const MAG_CAL_PROGRESS_FIELD_DIRECTION_X should have comment (or a comment on this block) or be unexported (golint)
    • Line 2701: warning: comment on exported method MagCalProgress.Dict should be of the form "Dict ..." (golint)
    • Line 2777: warning: exported const EKF_STATUS_REPORT_FIELD_VELOCITY_VARIANCE should have comment (or a comment on this block) or be unexported (golint)
    • Line 2785: warning: comment on exported method EkfStatusReport.Dict should be of the form "Dict ..." (golint)
    • Line 2854: warning: exported const PID_TUNING_FIELD_DESIRED should have comment (or a comment on this block) or be unexported (golint)
    • Line 2863: warning: comment on exported method PidTuning.Dict should be of the form "Dict ..." (golint)
    • Line 2941: warning: exported const DEEPSTALL_FIELD_LANDING_LAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 2953: warning: comment on exported method Deepstall.Dict should be of the form "Dict ..." (golint)
    • Line 3044: warning: exported const GIMBAL_REPORT_FIELD_DELTA_TIME should have comment (or a comment on this block) or be unexported (golint)
    • Line 3058: warning: comment on exported method GimbalReport.Dict should be of the form "Dict ..." (golint)
    • Line 3141: warning: exported const GIMBAL_CONTROL_FIELD_DEMANDED_RATE_X should have comment (or a comment on this block) or be unexported (golint)
    • Line 3148: warning: comment on exported method GimbalControl.Dict should be of the form "Dict ..." (golint)
    • Line 3210: warning: exported const GIMBAL_TORQUE_CMD_REPORT_FIELD_RL_TORQUE_CMD should have comment (or a comment on this block) or be unexported (golint)
    • Line 3217: warning: comment on exported method GimbalTorqueCmdReport.Dict should be of the form "Dict ..." (golint)
    • Line 3275: warning: exported const GOPRO_HEARTBEAT_FIELD_STATUS should have comment (or a comment on this block) or be unexported (golint)
    • Line 3280: warning: comment on exported method GoproHeartbeat.Dict should be of the form "Dict ..." (golint)
    • Line 3332: warning: exported const GOPRO_GET_REQUEST_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 3337: warning: comment on exported method GoproGetRequest.Dict should be of the form "Dict ..." (golint)
    • Line 3389: warning: exported const GOPRO_GET_RESPONSE_FIELD_CMD_ID should have comment (or a comment on this block) or be unexported (golint)
    • Line 3394: warning: comment on exported method GoproGetResponse.Dict should be of the form "Dict ..." (golint)
    • Line 3448: warning: exported const GOPRO_SET_REQUEST_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 3454: warning: comment on exported method GoproSetRequest.Dict should be of the form "Dict ..." (golint)
    • Line 3507: warning: exported const GOPRO_SET_RESPONSE_FIELD_CMD_ID should have comment (or a comment on this block) or be unexported (golint)
    • Line 3511: warning: comment on exported method GoproSetResponse.Dict should be of the form "Dict ..." (golint)
    • Line 3558: warning: exported const RPM_FIELD_RPM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 3562: warning: comment on exported method Rpm.Dict should be of the form "Dict ..." (golint)
    • Line 3631: warning: exported const SYS_STATUS_FIELD_ONBOARD_CONTROL_SENSORS_PRESENT should have comment (or a comment on this block) or be unexported (golint)
    • Line 3646: warning: comment on exported method SysStatus.Dict should be of the form "Dict ..." (golint)
    • Line 3726: warning: exported const SYSTEM_TIME_FIELD_TIME_UNIX_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 3730: warning: comment on exported method SystemTime.Dict should be of the form "Dict ..." (golint)
    • Line 3781: warning: exported const PING_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 3787: warning: comment on exported method Ping.Dict should be of the form "Dict ..." (golint)
    • Line 3844: warning: exported const CHANGE_OPERATOR_CONTROL_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 3850: warning: comment on exported method ChangeOperatorControl.Dict should be of the form "Dict ..." (golint)
    • Line 3905: warning: exported const CHANGE_OPERATOR_CONTROL_ACK_FIELD_GCS_SYSTEM_ID should have comment (or a comment on this block) or be unexported (golint)
    • Line 3910: warning: comment on exported method ChangeOperatorControlAck.Dict should be of the form "Dict ..." (golint)
    • Line 3958: warning: exported const AUTH_KEY_FIELD_KEY should have comment (or a comment on this block) or be unexported (golint)
    • Line 3961: warning: comment on exported method AuthKey.Dict should be of the form "Dict ..." (golint)
    • Line 4023: warning: exported const LINK_NODE_STATUS_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 4036: warning: comment on exported method LinkNodeStatus.Dict should be of the form "Dict ..." (golint)
    • Line 4112: warning: exported const SET_MODE_FIELD_CUSTOM_MODE should have comment (or a comment on this block) or be unexported (golint)
    • Line 4117: warning: comment on exported method SetMode.Dict should be of the form "Dict ..." (golint)
    • Line 4175: warning: exported const PARAM_ACK_TRANSACTION_FIELD_PARAM_VALUE should have comment (or a comment on this block) or be unexported (golint)
    • Line 4183: warning: comment on exported method ParamAckTransaction.Dict should be of the form "Dict ..." (golint)
    • Line 4246: warning: exported const PARAM_REQUEST_READ_FIELD_PARAM_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 4252: warning: comment on exported method ParamRequestRead.Dict should be of the form "Dict ..." (golint)
    • Line 4305: warning: exported const PARAM_REQUEST_LIST_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 4309: warning: comment on exported method ParamRequestList.Dict should be of the form "Dict ..." (golint)
    • Line 4362: warning: exported const PARAM_VALUE_FIELD_PARAM_VALUE should have comment (or a comment on this block) or be unexported (golint)
    • Line 4369: warning: comment on exported method ParamValue.Dict should be of the form "Dict ..." (golint)
    • Line 4433: warning: exported const PARAM_SET_FIELD_PARAM_VALUE should have comment (or a comment on this block) or be unexported (golint)
    • Line 4440: warning: comment on exported method ParamSet.Dict should be of the form "Dict ..." (golint)
    • Line 4513: warning: exported const GPS_RAW_INT_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 4525: warning: comment on exported method GpsRawInt.Dict should be of the form "Dict ..." (golint)
    • Line 4604: warning: exported const GPS_STATUS_FIELD_SATELLITES_VISIBLE should have comment (or a comment on this block) or be unexported (golint)
    • Line 4612: warning: comment on exported method GpsStatus.Dict should be of the form "Dict ..." (golint)
    • Line 4687: warning: exported const SCALED_IMU_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 4699: warning: comment on exported method ScaledImu.Dict should be of the form "Dict ..." (golint)
    • Line 4786: warning: exported const RAW_IMU_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 4798: warning: comment on exported method RawImu.Dict should be of the form "Dict ..." (golint)
    • Line 4875: warning: exported const RAW_PRESSURE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 4882: warning: comment on exported method RawPressure.Dict should be of the form "Dict ..." (golint)
    • Line 4942: warning: exported const SCALED_PRESSURE_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 4948: warning: comment on exported method ScaledPressure.Dict should be of the form "Dict ..." (golint)
    • Line 5011: warning: exported const ATTITUDE_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5020: warning: comment on exported method Attitude.Dict should be of the form "Dict ..." (golint)
    • Line 5094: warning: exported const ATTITUDE_QUATERNION_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5104: warning: comment on exported method AttitudeQuaternion.Dict should be of the form "Dict ..." (golint)
    • Line 5179: warning: exported const LOCAL_POSITION_NED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5188: warning: comment on exported method LocalPositionNed.Dict should be of the form "Dict ..." (golint)
    • Line 5265: warning: exported const GLOBAL_POSITION_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5276: warning: comment on exported method GlobalPositionInt.Dict should be of the form "Dict ..." (golint)
    • Line 5362: warning: exported const RC_CHANNELS_SCALED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5375: warning: comment on exported method RcChannelsScaled.Dict should be of the form "Dict ..." (golint)
    • Line 5467: warning: exported const RC_CHANNELS_RAW_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5480: warning: comment on exported method RcChannelsRaw.Dict should be of the form "Dict ..." (golint)
    • Line 5570: warning: exported const SERVO_OUTPUT_RAW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 5582: warning: comment on exported method ServoOutputRaw.Dict should be of the form "Dict ..." (golint)
    • Line 5657: warning: exported const MISSION_REQUEST_PARTIAL_LIST_FIELD_START_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 5663: warning: comment on exported method MissionRequestPartialList.Dict should be of the form "Dict ..." (golint)
    • Line 5720: warning: exported const MISSION_WRITE_PARTIAL_LIST_FIELD_START_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 5726: warning: comment on exported method MissionWritePartialList.Dict should be of the form "Dict ..." (golint)
    • Line 5804: warning: exported const MISSION_ITEM_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 5820: warning: comment on exported method MissionItem.Dict should be of the form "Dict ..." (golint)
    • Line 5905: warning: exported const MISSION_REQUEST_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 5910: warning: comment on exported method MissionRequest.Dict should be of the form "Dict ..." (golint)
    • Line 5962: warning: exported const MISSION_SET_CURRENT_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 5967: warning: comment on exported method MissionSetCurrent.Dict should be of the form "Dict ..." (golint)
    • Line 6015: warning: exported const MISSION_CURRENT_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 6018: warning: comment on exported method MissionCurrent.Dict should be of the form "Dict ..." (golint)
    • Line 6062: warning: exported const MISSION_REQUEST_LIST_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 6066: warning: comment on exported method MissionRequestList.Dict should be of the form "Dict ..." (golint)
    • Line 6115: warning: exported const MISSION_COUNT_FIELD_COUNT should have comment (or a comment on this block) or be unexported (golint)
    • Line 6120: warning: comment on exported method MissionCount.Dict should be of the form "Dict ..." (golint)
    • Line 6170: warning: exported const MISSION_CLEAR_ALL_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 6174: warning: comment on exported method MissionClearAll.Dict should be of the form "Dict ..." (golint)
    • Line 6219: warning: exported const MISSION_ITEM_REACHED_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 6222: warning: comment on exported method MissionItemReached.Dict should be of the form "Dict ..." (golint)
    • Line 6268: warning: exported const MISSION_ACK_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 6273: warning: comment on exported method MissionAck.Dict should be of the form "Dict ..." (golint)
    • Line 6327: warning: exported const SET_GPS_GLOBAL_ORIGIN_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 6333: warning: comment on exported method SetGpsGlobalOrigin.Dict should be of the form "Dict ..." (golint)
    • Line 6388: warning: exported const GPS_GLOBAL_ORIGIN_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 6393: warning: comment on exported method GpsGlobalOrigin.Dict should be of the form "Dict ..." (golint)
    • Line 6457: warning: exported const PARAM_MAP_RC_FIELD_PARAM_VALUE0 should have comment (or a comment on this block) or be unexported (golint)
    • Line 6468: warning: comment on exported method ParamMapRc.Dict should be of the form "Dict ..." (golint)
    • Line 6538: warning: exported const MISSION_REQUEST_INT_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 6543: warning: comment on exported method MissionRequestInt.Dict should be of the form "Dict ..." (golint)
    • Line 6599: warning: exported const MISSION_CHANGED_FIELD_START_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 6606: warning: comment on exported method MissionChanged.Dict should be of the form "Dict ..." (golint)
    • Line 6676: warning: exported const SAFETY_SET_ALLOWED_AREA_FIELD_P1X should have comment (or a comment on this block) or be unexported (golint)
    • Line 6687: warning: comment on exported method SafetySetAllowedArea.Dict should be of the form "Dict ..." (golint)
    • Line 6765: warning: exported const SAFETY_ALLOWED_AREA_FIELD_P1X should have comment (or a comment on this block) or be unexported (golint)
    • Line 6774: warning: comment on exported method SafetyAllowedArea.Dict should be of the form "Dict ..." (golint)
    • Line 6844: warning: exported const ATTITUDE_QUATERNION_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6852: warning: comment on exported method AttitudeQuaternionCov.Dict should be of the form "Dict ..." (golint)
    • Line 6931: warning: exported const NAV_CONTROLLER_OUTPUT_FIELD_NAV_ROLL should have comment (or a comment on this block) or be unexported (golint)
    • Line 6941: warning: comment on exported method NavControllerOutput.Dict should be of the form "Dict ..." (golint)
    • Line 7022: warning: exported const GLOBAL_POSITION_INT_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7034: warning: comment on exported method GlobalPositionIntCov.Dict should be of the form "Dict ..." (golint)
    • Line 7129: warning: exported const LOCAL_POSITION_NED_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7143: warning: comment on exported method LocalPositionNedCov.Dict should be of the form "Dict ..." (golint)
    • Line 7262: warning: exported const RC_CHANNELS_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 7285: warning: comment on exported method RcChannels.Dict should be of the form "Dict ..." (golint)
    • Line 7395: warning: exported const REQUEST_DATA_STREAM_FIELD_REQ_MESSAGE_RATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 7402: warning: comment on exported method RequestDataStream.Dict should be of the form "Dict ..." (golint)
    • Line 7460: warning: exported const DATA_STREAM_FIELD_MESSAGE_RATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 7465: warning: comment on exported method DataStream.Dict should be of the form "Dict ..." (golint)
    • Line 7523: warning: exported const MANUAL_CONTROL_FIELD_X should have comment (or a comment on this block) or be unexported (golint)
    • Line 7531: warning: comment on exported method ManualControl.Dict should be of the form "Dict ..." (golint)
    • Line 7606: warning: exported const RC_CHANNELS_OVERRIDE_FIELD_CHAN1_RAW should have comment (or a comment on this block) or be unexported (golint)
    • Line 7618: warning: comment on exported method RcChannelsOverride.Dict should be of the form "Dict ..." (golint)
    • Line 7714: warning: exported const MISSION_ITEM_INT_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 7730: warning: comment on exported method MissionItemInt.Dict should be of the form "Dict ..." (golint)
    • Line 7821: warning: exported const VFR_HUD_FIELD_AIRSPEED should have comment (or a comment on this block) or be unexported (golint)
    • Line 7829: warning: comment on exported method VfrHud.Dict should be of the form "Dict ..." (golint)
    • Line 7910: warning: exported const COMMAND_INT_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 7925: warning: comment on exported method CommandInt.Dict should be of the form "Dict ..." (golint)
    • Line 8023: warning: exported const COMMAND_LONG_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 8036: warning: comment on exported method CommandLong.Dict should be of the form "Dict ..." (golint)
    • Line 8110: warning: exported const COMMAND_ACK_FIELD_COMMAND should have comment (or a comment on this block) or be unexported (golint)
    • Line 8114: warning: comment on exported method CommandAck.Dict should be of the form "Dict ..." (golint)
    • Line 8163: warning: exported const COMMAND_CANCEL_FIELD_COMMAND should have comment (or a comment on this block) or be unexported (golint)
    • Line 8168: warning: comment on exported method CommandCancel.Dict should be of the form "Dict ..." (golint)
    • Line 8228: warning: exported const MANUAL_SETPOINT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8237: warning: comment on exported method ManualSetpoint.Dict should be of the form "Dict ..." (golint)
    • Line 8313: warning: exported const SET_ATTITUDE_TARGET_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8324: warning: comment on exported method SetAttitudeTarget.Dict should be of the form "Dict ..." (golint)
    • Line 8406: warning: exported const ATTITUDE_TARGET_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8415: warning: comment on exported method AttitudeTarget.Dict should be of the form "Dict ..." (golint)
    • Line 8509: warning: exported const SET_POSITION_TARGET_LOCAL_NED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8527: warning: comment on exported method SetPositionTargetLocalNed.Dict should be of the form "Dict ..." (golint)
    • Line 8640: warning: exported const POSITION_TARGET_LOCAL_NED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8656: warning: comment on exported method PositionTargetLocalNed.Dict should be of the form "Dict ..." (golint)
    • Line 8767: warning: exported const SET_POSITION_TARGET_GLOBAL_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8785: warning: comment on exported method SetPositionTargetGlobalInt.Dict should be of the form "Dict ..." (golint)
    • Line 8898: warning: exported const POSITION_TARGET_GLOBAL_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8914: warning: comment on exported method PositionTargetGlobalInt.Dict should be of the form "Dict ..." (golint)
    • Line 9007: warning: exported const LOCAL_POSITION_NED_SYSTEM_GLOBAL_OFFSET_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 9016: warning: comment on exported method LocalPositionNedSystemGlobalOffset.Dict should be of the form "Dict ..." (golint)
    • Line 9106: warning: exported const HIL_STATE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9124: warning: comment on exported method HilState.Dict should be of the form "Dict ..." (golint)
    • Line 9231: warning: exported const HIL_CONTROLS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9244: warning: comment on exported method HilControls.Dict should be of the form "Dict ..." (golint)
    • Line 9342: warning: exported const HIL_RC_INPUTS_RAW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9358: warning: comment on exported method HilRcInputsRaw.Dict should be of the form "Dict ..." (golint)
    • Line 9445: warning: exported const HIL_ACTUATOR_CONTROLS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9451: warning: comment on exported method HilActuatorControls.Dict should be of the form "Dict ..." (golint)
    • Line 9520: warning: exported const OPTICAL_FLOW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9530: warning: comment on exported method OpticalFlow.Dict should be of the form "Dict ..." (golint)
    • Line 9605: warning: exported const GLOBAL_VISION_POSITION_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9614: warning: comment on exported method GlobalVisionPositionEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 9686: warning: exported const VISION_POSITION_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9695: warning: comment on exported method VisionPositionEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 9761: warning: exported const VISION_SPEED_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9767: warning: comment on exported method VisionSpeedEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 9830: warning: exported const VICON_POSITION_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9839: warning: comment on exported method ViconPositionEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 9927: warning: exported const HIGHRES_IMU_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9944: warning: comment on exported method HighresImu.Dict should be of the form "Dict ..." (golint)
    • Line 10050: warning: exported const OPTICAL_FLOW_RAD_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10064: warning: comment on exported method OpticalFlowRad.Dict should be of the form "Dict ..." (golint)
    • Line 10167: warning: exported const HIL_SENSOR_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10184: warning: comment on exported method HilSensor.Dict should be of the form "Dict ..." (golint)
    • Line 10308: warning: exported const SIM_STATE_FIELD_Q1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 10331: warning: comment on exported method SimState.Dict should be of the form "Dict ..." (golint)
    • Line 10445: warning: exported const RADIO_STATUS_FIELD_RXERRORS should have comment (or a comment on this block) or be unexported (golint)
    • Line 10454: warning: comment on exported method RadioStatus.Dict should be of the form "Dict ..." (golint)
    • Line 10520: warning: exported const FILE_TRANSFER_PROTOCOL_FIELD_TARGET_NETWORK should have comment (or a comment on this block) or be unexported (golint)
    • Line 10526: warning: comment on exported method FileTransferProtocol.Dict should be of the form "Dict ..." (golint)
    • Line 10579: warning: exported const TIMESYNC_FIELD_TC1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 10583: warning: comment on exported method Timesync.Dict should be of the form "Dict ..." (golint)
    • Line 10630: warning: exported const CAMERA_TRIGGER_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10634: warning: comment on exported method CameraTrigger.Dict should be of the form "Dict ..." (golint)
    • Line 10704: warning: exported const HIL_GPS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10719: warning: comment on exported method HilGps.Dict should be of the form "Dict ..." (golint)
    • Line 10819: warning: exported const HIL_OPTICAL_FLOW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10833: warning: comment on exported method HilOpticalFlow.Dict should be of the form "Dict ..." (golint)
    • Line 10938: warning: exported const HIL_STATE_QUATERNION_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10956: warning: comment on exported method HilStateQuaternion.Dict should be of the form "Dict ..." (golint)
    • Line 11065: warning: exported const SCALED_IMU2_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 11077: warning: comment on exported method ScaledImu2.Dict should be of the form "Dict ..." (golint)
    • Line 11152: warning: exported const LOG_REQUEST_LIST_FIELD_START should have comment (or a comment on this block) or be unexported (golint)
    • Line 11158: warning: comment on exported method LogRequestList.Dict should be of the form "Dict ..." (golint)
    • Line 11217: warning: exported const LOG_ENTRY_FIELD_TIME_UTC should have comment (or a comment on this block) or be unexported (golint)
    • Line 11224: warning: comment on exported method LogEntry.Dict should be of the form "Dict ..." (golint)
    • Line 11286: warning: exported const LOG_REQUEST_DATA_FIELD_OFS should have comment (or a comment on this block) or be unexported (golint)
    • Line 11293: warning: comment on exported method LogRequestData.Dict should be of the form "Dict ..." (golint)
    • Line 11353: warning: exported const LOG_DATA_FIELD_OFS should have comment (or a comment on this block) or be unexported (golint)
    • Line 11359: warning: comment on exported method LogData.Dict should be of the form "Dict ..." (golint)
    • Line 11412: warning: exported const LOG_ERASE_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 11416: warning: comment on exported method LogErase.Dict should be of the form "Dict ..." (golint)
    • Line 11463: warning: exported const LOG_REQUEST_END_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 11467: warning: comment on exported method LogRequestEnd.Dict should be of the form "Dict ..." (golint)
    • Line 11518: warning: exported const GPS_INJECT_DATA_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 11524: warning: comment on exported method GpsInjectData.Dict should be of the form "Dict ..." (golint)
    • Line 11597: warning: exported const GPS2_RAW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 11611: warning: comment on exported method Gps2Raw.Dict should be of the form "Dict ..." (golint)
    • Line 11690: warning: exported const POWER_STATUS_FIELD_VCC should have comment (or a comment on this block) or be unexported (golint)
    • Line 11695: warning: comment on exported method PowerStatus.Dict should be of the form "Dict ..." (golint)
    • Line 11753: warning: exported const SERIAL_CONTROL_FIELD_BAUDRATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 11761: warning: comment on exported method SerialControl.Dict should be of the form "Dict ..." (golint)
    • Line 11842: warning: exported const GPS_RTK_FIELD_TIME_LAST_BASELINE_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 11857: warning: comment on exported method GpsRtk.Dict should be of the form "Dict ..." (golint)
    • Line 11959: warning: exported const GPS2_RTK_FIELD_TIME_LAST_BASELINE_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 11974: warning: comment on exported method Gps2Rtk.Dict should be of the form "Dict ..." (golint)
    • Line 12070: warning: exported const SCALED_IMU3_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 12082: warning: comment on exported method ScaledImu3.Dict should be of the form "Dict ..." (golint)
    • Line 12163: warning: exported const DATA_TRANSMISSION_HANDSHAKE_FIELD_SIZE should have comment (or a comment on this block) or be unexported (golint)
    • Line 12172: warning: comment on exported method DataTransmissionHandshake.Dict should be of the form "Dict ..." (golint)
    • Line 12234: warning: exported const ENCAPSULATED_DATA_FIELD_SEQNR should have comment (or a comment on this block) or be unexported (golint)
    • Line 12238: warning: comment on exported method EncapsulatedData.Dict should be of the form "Dict ..." (golint)
    • Line 12297: warning: exported const DISTANCE_SENSOR_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 12307: warning: comment on exported method DistanceSensor.Dict should be of the form "Dict ..." (golint)
    • Line 12376: warning: exported const TERRAIN_REQUEST_FIELD_MASK should have comment (or a comment on this block) or be unexported (golint)
    • Line 12382: warning: comment on exported method TerrainRequest.Dict should be of the form "Dict ..." (golint)
    • Line 12441: warning: exported const TERRAIN_DATA_FIELD_LAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 12448: warning: comment on exported method TerrainData.Dict should be of the form "Dict ..." (golint)
    • Line 12508: warning: exported const TERRAIN_CHECK_FIELD_LAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 12512: warning: comment on exported method TerrainCheck.Dict should be of the form "Dict ..." (golint)
    • Line 12569: warning: exported const TERRAIN_REPORT_FIELD_LAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 12578: warning: comment on exported method TerrainReport.Dict should be of the form "Dict ..." (golint)
    • Line 12644: warning: exported const SCALED_PRESSURE2_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 12650: warning: comment on exported method ScaledPressure2.Dict should be of the form "Dict ..." (golint)
    • Line 12709: warning: exported const ATT_POS_MOCAP_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 12716: warning: comment on exported method AttPosMocap.Dict should be of the form "Dict ..." (golint)
    • Line 12782: warning: exported const SET_ACTUATOR_CONTROL_TARGET_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 12789: warning: comment on exported method SetActuatorControlTarget.Dict should be of the form "Dict ..." (golint)
    • Line 12851: warning: exported const ACTUATOR_CONTROL_TARGET_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 12856: warning: comment on exported method ActuatorControlTarget.Dict should be of the form "Dict ..." (golint)
    • Line 12920: warning: exported const ALTITUDE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 12929: warning: comment on exported method Altitude.Dict should be of the form "Dict ..." (golint)
    • Line 12997: warning: exported const RESOURCE_REQUEST_FIELD_REQUEST_ID should have comment (or a comment on this block) or be unexported (golint)
    • Line 13004: warning: comment on exported method ResourceRequest.Dict should be of the form "Dict ..." (golint)
    • Line 13064: warning: exported const SCALED_PRESSURE3_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 13070: warning: comment on exported method ScaledPressure3.Dict should be of the form "Dict ..." (golint)
    • Line 13141: warning: exported const FOLLOW_TARGET_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 13154: warning: comment on exported method FollowTarget.Dict should be of the form "Dict ..." (golint)
    • Line 13278: warning: exported const CONTROL_SYSTEM_STATE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 13297: warning: comment on exported method ControlSystemState.Dict should be of the form "Dict ..." (golint)
    • Line 13415: warning: exported const BATTERY_STATUS_FIELD_CURRENT_CONSUMED should have comment (or a comment on this block) or be unexported (golint)
    • Line 13426: warning: comment on exported method BatteryStatus.Dict should be of the form "Dict ..." (golint)
    • Line 13516: warning: exported const AUTOPILOT_VERSION_FIELD_CAPABILITIES should have comment (or a comment on this block) or be unexported (golint)
    • Line 13529: warning: comment on exported method AutopilotVersion.Dict should be of the form "Dict ..." (golint)
    • Line 13615: warning: exported const LANDING_TARGET_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 13625: warning: comment on exported method LandingTarget.Dict should be of the form "Dict ..." (golint)
    • Line 13694: warning: exported const FENCE_STATUS_FIELD_BREACH_TIME should have comment (or a comment on this block) or be unexported (golint)
    • Line 13700: warning: comment on exported method FenceStatus.Dict should be of the form "Dict ..." (golint)
    • Line 13777: warning: exported const MAG_CAL_REPORT_FIELD_FITNESS should have comment (or a comment on this block) or be unexported (golint)
    • Line 13793: warning: comment on exported method MagCalReport.Dict should be of the form "Dict ..." (golint)
    • Line 13906: warning: exported const EFI_STATUS_FIELD_ECU_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 13925: warning: comment on exported method EfiStatus.Dict should be of the form "Dict ..." (golint)
    • Line 14033: warning: exported const ESTIMATOR_STATUS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 14045: warning: comment on exported method EstimatorStatus.Dict should be of the form "Dict ..." (golint)
    • Line 14130: warning: exported const WIND_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 14141: warning: comment on exported method WindCov.Dict should be of the form "Dict ..." (golint)
    • Line 14241: warning: exported const GPS_INPUT_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 14261: warning: comment on exported method GpsInput.Dict should be of the form "Dict ..." (golint)
    • Line 14358: warning: exported const GPS_RTCM_DATA_FIELD_FLAGS should have comment (or a comment on this block) or be unexported (golint)
    • Line 14363: warning: comment on exported method GpsRtcmData.Dict should be of the form "Dict ..." (golint)
    • Line 14457: warning: exported const HIGH_LATENCY_FIELD_CUSTOM_MODE should have comment (or a comment on this block) or be unexported (golint)
    • Line 14483: warning: comment on exported method HighLatency.Dict should be of the form "Dict ..." (golint)
    • Line 14646: warning: exported const HIGH_LATENCY2_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 14675: warning: comment on exported method HighLatency2.Dict should be of the form "Dict ..." (golint)
    • Line 14807: warning: exported const VIBRATION_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 14816: warning: comment on exported method Vibration.Dict should be of the form "Dict ..." (golint)
    • Line 14894: warning: exported const HOME_POSITION_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 14906: warning: comment on exported method HomePosition.Dict should be of the form "Dict ..." (golint)
    • Line 14999: warning: exported const SET_HOME_POSITION_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 15012: warning: comment on exported method SetHomePosition.Dict should be of the form "Dict ..." (golint)
    • Line 15090: warning: exported const MESSAGE_INTERVAL_FIELD_INTERVAL_US should have comment (or a comment on this block) or be unexported (golint)
    • Line 15094: warning: comment on exported method MessageInterval.Dict should be of the form "Dict ..." (golint)
    • Line 15141: warning: exported const EXTENDED_SYS_STATE_FIELD_VTOL_STATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 15145: warning: comment on exported method ExtendedSysState.Dict should be of the form "Dict ..." (golint)
    • Line 15214: warning: exported const ADSB_VEHICLE_FIELD_ICAO_ADDRESS should have comment (or a comment on this block) or be unexported (golint)
    • Line 15229: warning: comment on exported method AdsbVehicle.Dict should be of the form "Dict ..." (golint)
    • Line 15319: warning: exported const COLLISION_FIELD_ID should have comment (or a comment on this block) or be unexported (golint)
    • Line 15328: warning: comment on exported method Collision.Dict should be of the form "Dict ..." (golint)
    • Line 15396: warning: exported const V2_EXTENSION_FIELD_MESSAGE_TYPE should have comment (or a comment on this block) or be unexported (golint)
    • Line 15403: warning: comment on exported method V2Extension.Dict should be of the form "Dict ..." (golint)
    • Line 15463: warning: exported const MEMORY_VECT_FIELD_ADDRESS should have comment (or a comment on this block) or be unexported (golint)
    • Line 15469: warning: comment on exported method MemoryVect.Dict should be of the form "Dict ..." (golint)
    • Line 15532: warning: exported const DEBUG_VECT_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 15539: warning: comment on exported method DebugVect.Dict should be of the form "Dict ..." (golint)
    • Line 15597: warning: exported const NAMED_VALUE_FLOAT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 15602: warning: comment on exported method NamedValueFloat.Dict should be of the form "Dict ..." (golint)
    • Line 15654: warning: exported const NAMED_VALUE_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 15659: warning: comment on exported method NamedValueInt.Dict should be of the form "Dict ..." (golint)
    • Line 15709: warning: exported const STATUSTEXT_FIELD_SEVERITY should have comment (or a comment on this block) or be unexported (golint)
    • Line 15713: warning: comment on exported method Statustext.Dict should be of the form "Dict ..." (golint)
    • Line 15762: warning: exported const DEBUG_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 15767: warning: comment on exported method Debug.Dict should be of the form "Dict ..." (golint)
    • Line 15825: warning: exported const HEARTBEAT_FIELD_CUSTOM_MODE should have comment (or a comment on this block) or be unexported (golint)
    • Line 15833: warning: comment on exported method Heartbeat.Dict should be of the form "Dict ..." (golint)
    • go-mavlink/mavlink/dialects/ardupilotmega/enums.go
    • Line 1934: warning: don't use underscores in Go names; const GOPRO_RESOLUTION_480p should be GOPRORESOLUTION480p (golint)
    • Line 1936: warning: don't use underscores in Go names; const GOPRO_RESOLUTION_720p should be GOPRORESOLUTION720p (golint)
    • Line 1938: warning: don't use underscores in Go names; const GOPRO_RESOLUTION_960p should be GOPRORESOLUTION960p (golint)
    • Line 1940: warning: don't use underscores in Go names; const GOPRO_RESOLUTION_1080p should be GOPRORESOLUTION1080p (golint)
    • Line 1942: warning: don't use underscores in Go names; const GOPRO_RESOLUTION_1440p should be GOPRORESOLUTION1440p (golint)
    • Line 1944: warning: don't use underscores in Go names; const GOPRO_RESOLUTION_2_7k_17_9 should be GOPRORESOLUTION2_7k17_9 (golint)
    • Line 1946: warning: don't use underscores in Go names; const GOPRO_RESOLUTION_2_7k_16_9 should be GOPRORESOLUTION2_7k16_9 (golint)
    • Line 1948: warning: don't use underscores in Go names; const GOPRO_RESOLUTION_2_7k_4_3 should be GOPRORESOLUTION2_7k4_3 (golint)
    • Line 1950: warning: don't use underscores in Go names; const GOPRO_RESOLUTION_4k_16_9 should be GOPRORESOLUTION4k16_9 (golint)
    • Line 1952: warning: don't use underscores in Go names; const GOPRO_RESOLUTION_4k_17_9 should be GOPRORESOLUTION4k17_9 (golint)
    • Line 1954: warning: don't use underscores in Go names; const GOPRO_RESOLUTION_720p_SUPERVIEW should be GOPRORESOLUTION720pSUPERVIEW (golint)
    • Line 1956: warning: don't use underscores in Go names; const GOPRO_RESOLUTION_1080p_SUPERVIEW should be GOPRORESOLUTION1080pSUPERVIEW (golint)
    • Line 1958: warning: don't use underscores in Go names; const GOPRO_RESOLUTION_2_7k_SUPERVIEW should be GOPRORESOLUTION2_7kSUPERVIEW (golint)
    • Line 1960: warning: don't use underscores in Go names; const GOPRO_RESOLUTION_4k_SUPERVIEW should be GOPRORESOLUTION4kSUPERVIEW (golint)
    • go-mavlink/mavlink/dialects/all/classes.go
    • Line 59: warning: exported const SENSOR_OFFSETS_FIELD_MAG_DECLINATION should have comment (or a comment on this block) or be unexported (golint)
    • Line 73: warning: comment on exported method SensorOffsets.Dict should be of the form "Dict ..." (golint)
    • Line 156: warning: exported const SET_MAG_OFFSETS_FIELD_MAG_OFS_X should have comment (or a comment on this block) or be unexported (golint)
    • Line 163: warning: comment on exported method SetMagOffsets.Dict should be of the form "Dict ..." (golint)
    • Line 219: warning: exported const MEMINFO_FIELD_BRKVAL should have comment (or a comment on this block) or be unexported (golint)
    • Line 223: warning: comment on exported method Meminfo.Dict should be of the form "Dict ..." (golint)
    • Line 278: warning: exported const AP_ADC_FIELD_ADC1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 286: warning: comment on exported method ApAdc.Dict should be of the form "Dict ..." (golint)
    • Line 363: warning: exported const DIGICAM_CONFIGURE_FIELD_EXTRA_VALUE should have comment (or a comment on this block) or be unexported (golint)
    • Line 376: warning: comment on exported method DigicamConfigure.Dict should be of the form "Dict ..." (golint)
    • Line 466: warning: exported const DIGICAM_CONTROL_FIELD_EXTRA_VALUE should have comment (or a comment on this block) or be unexported (golint)
    • Line 478: warning: comment on exported method DigicamControl.Dict should be of the form "Dict ..." (golint)
    • Line 557: warning: exported const MOUNT_CONFIGURE_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 565: warning: comment on exported method MountConfigure.Dict should be of the form "Dict ..." (golint)
    • Line 632: warning: exported const MOUNT_CONTROL_FIELD_INPUT_A should have comment (or a comment on this block) or be unexported (golint)
    • Line 640: warning: comment on exported method MountControl.Dict should be of the form "Dict ..." (golint)
    • Line 705: warning: exported const MOUNT_STATUS_FIELD_POINTING_A should have comment (or a comment on this block) or be unexported (golint)
    • Line 712: warning: comment on exported method MountStatus.Dict should be of the form "Dict ..." (golint)
    • Line 776: warning: exported const FENCE_POINT_FIELD_LAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 784: warning: comment on exported method FencePoint.Dict should be of the form "Dict ..." (golint)
    • Line 845: warning: exported const FENCE_FETCH_POINT_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 850: warning: comment on exported method FenceFetchPoint.Dict should be of the form "Dict ..." (golint)
    • Line 910: warning: exported const AHRS_FIELD_OMEGAIX should have comment (or a comment on this block) or be unexported (golint)
    • Line 919: warning: comment on exported method Ahrs.Dict should be of the form "Dict ..." (golint)
    • Line 999: warning: exported const SIMSTATE_FIELD_ROLL should have comment (or a comment on this block) or be unexported (golint)
    • Line 1012: warning: comment on exported method Simstate.Dict should be of the form "Dict ..." (golint)
    • Line 1086: warning: exported const HWSTATUS_FIELD_VCC should have comment (or a comment on this block) or be unexported (golint)
    • Line 1090: warning: comment on exported method Hwstatus.Dict should be of the form "Dict ..." (golint)
    • Line 1147: warning: exported const RADIO_FIELD_RXERRORS should have comment (or a comment on this block) or be unexported (golint)
    • Line 1156: warning: comment on exported method Radio.Dict should be of the form "Dict ..." (golint)
    • Line 1232: warning: exported const LIMITS_STATUS_FIELD_LAST_TRIGGER should have comment (or a comment on this block) or be unexported (golint)
    • Line 1243: warning: comment on exported method LimitsStatus.Dict should be of the form "Dict ..." (golint)
    • Line 1313: warning: exported const WIND_FIELD_DIRECTION should have comment (or a comment on this block) or be unexported (golint)
    • Line 1318: warning: comment on exported method Wind.Dict should be of the form "Dict ..." (golint)
    • Line 1370: warning: exported const DATA16_FIELD_TYPE should have comment (or a comment on this block) or be unexported (golint)
    • Line 1375: warning: comment on exported method Data16.Dict should be of the form "Dict ..." (golint)
    • Line 1427: warning: exported const DATA32_FIELD_TYPE should have comment (or a comment on this block) or be unexported (golint)
    • Line 1432: warning: comment on exported method Data32.Dict should be of the form "Dict ..." (golint)
    • Line 1484: warning: exported const DATA64_FIELD_TYPE should have comment (or a comment on this block) or be unexported (golint)
    • Line 1489: warning: comment on exported method Data64.Dict should be of the form "Dict ..." (golint)
    • Line 1541: warning: exported const DATA96_FIELD_TYPE should have comment (or a comment on this block) or be unexported (golint)
    • Line 1546: warning: comment on exported method Data96.Dict should be of the form "Dict ..." (golint)
    • Line 1596: warning: exported const RANGEFINDER_FIELD_DISTANCE should have comment (or a comment on this block) or be unexported (golint)
    • Line 1600: warning: comment on exported method Rangefinder.Dict should be of the form "Dict ..." (golint)
    • Line 1667: warning: exported const AIRSPEED_AUTOCAL_FIELD_VX should have comment (or a comment on this block) or be unexported (golint)
    • Line 1681: warning: comment on exported method AirspeedAutocal.Dict should be of the form "Dict ..." (golint)
    • Line 1774: warning: exported const RALLY_POINT_FIELD_LAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 1786: warning: comment on exported method RallyPoint.Dict should be of the form "Dict ..." (golint)
    • Line 1859: warning: exported const RALLY_FETCH_POINT_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 1864: warning: comment on exported method RallyFetchPoint.Dict should be of the form "Dict ..." (golint)
    • Line 1922: warning: exported const COMPASSMOT_STATUS_FIELD_CURRENT should have comment (or a comment on this block) or be unexported (golint)
    • Line 1930: warning: comment on exported method CompassmotStatus.Dict should be of the form "Dict ..." (golint)
    • Line 1997: warning: exported const AHRS2_FIELD_ROLL should have comment (or a comment on this block) or be unexported (golint)
    • Line 2005: warning: comment on exported method Ahrs2.Dict should be of the form "Dict ..." (golint)
    • Line 2078: warning: exported const CAMERA_STATUS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 2089: warning: comment on exported method CameraStatus.Dict should be of the form "Dict ..." (golint)
    • Line 2179: warning: exported const CAMERA_FEEDBACK_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 2194: warning: comment on exported method CameraFeedback.Dict should be of the form "Dict ..." (golint)
    • Line 2274: warning: exported const BATTERY2_FIELD_VOLTAGE should have comment (or a comment on this block) or be unexported (golint)
    • Line 2278: warning: comment on exported method Battery2.Dict should be of the form "Dict ..." (golint)
    • Line 2341: warning: exported const AHRS3_FIELD_ROLL should have comment (or a comment on this block) or be unexported (golint)
    • Line 2353: warning: comment on exported method Ahrs3.Dict should be of the form "Dict ..." (golint)
    • Line 2424: warning: exported const AUTOPILOT_VERSION_REQUEST_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 2428: warning: comment on exported method AutopilotVersionRequest.Dict should be of the form "Dict ..." (golint)
    • Line 2479: warning: exported const REMOTE_LOG_DATA_BLOCK_FIELD_SEQNO should have comment (or a comment on this block) or be unexported (golint)
    • Line 2485: warning: comment on exported method RemoteLogDataBlock.Dict should be of the form "Dict ..." (golint)
    • Line 2542: warning: exported const REMOTE_LOG_BLOCK_STATUS_FIELD_SEQNO should have comment (or a comment on this block) or be unexported (golint)
    • Line 2548: warning: comment on exported method RemoteLogBlockStatus.Dict should be of the form "Dict ..." (golint)
    • Line 2609: warning: exported const LED_CONTROL_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 2617: warning: comment on exported method LedControl.Dict should be of the form "Dict ..." (golint)
    • Line 2690: warning: exported const MAG_CAL_PROGRESS_FIELD_DIRECTION_X should have comment (or a comment on this block) or be unexported (golint)
    • Line 2701: warning: comment on exported method MagCalProgress.Dict should be of the form "Dict ..." (golint)
    • Line 2777: warning: exported const EKF_STATUS_REPORT_FIELD_VELOCITY_VARIANCE should have comment (or a comment on this block) or be unexported (golint)
    • Line 2785: warning: comment on exported method EkfStatusReport.Dict should be of the form "Dict ..." (golint)
    • Line 2854: warning: exported const PID_TUNING_FIELD_DESIRED should have comment (or a comment on this block) or be unexported (golint)
    • Line 2863: warning: comment on exported method PidTuning.Dict should be of the form "Dict ..." (golint)
    • Line 2941: warning: exported const DEEPSTALL_FIELD_LANDING_LAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 2953: warning: comment on exported method Deepstall.Dict should be of the form "Dict ..." (golint)
    • Line 3044: warning: exported const GIMBAL_REPORT_FIELD_DELTA_TIME should have comment (or a comment on this block) or be unexported (golint)
    • Line 3058: warning: comment on exported method GimbalReport.Dict should be of the form "Dict ..." (golint)
    • Line 3141: warning: exported const GIMBAL_CONTROL_FIELD_DEMANDED_RATE_X should have comment (or a comment on this block) or be unexported (golint)
    • Line 3148: warning: comment on exported method GimbalControl.Dict should be of the form "Dict ..." (golint)
    • Line 3210: warning: exported const GIMBAL_TORQUE_CMD_REPORT_FIELD_RL_TORQUE_CMD should have comment (or a comment on this block) or be unexported (golint)
    • Line 3217: warning: comment on exported method GimbalTorqueCmdReport.Dict should be of the form "Dict ..." (golint)
    • Line 3275: warning: exported const GOPRO_HEARTBEAT_FIELD_STATUS should have comment (or a comment on this block) or be unexported (golint)
    • Line 3280: warning: comment on exported method GoproHeartbeat.Dict should be of the form "Dict ..." (golint)
    • Line 3332: warning: exported const GOPRO_GET_REQUEST_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 3337: warning: comment on exported method GoproGetRequest.Dict should be of the form "Dict ..." (golint)
    • Line 3389: warning: exported const GOPRO_GET_RESPONSE_FIELD_CMD_ID should have comment (or a comment on this block) or be unexported (golint)
    • Line 3394: warning: comment on exported method GoproGetResponse.Dict should be of the form "Dict ..." (golint)
    • Line 3448: warning: exported const GOPRO_SET_REQUEST_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 3454: warning: comment on exported method GoproSetRequest.Dict should be of the form "Dict ..." (golint)
    • Line 3507: warning: exported const GOPRO_SET_RESPONSE_FIELD_CMD_ID should have comment (or a comment on this block) or be unexported (golint)
    • Line 3511: warning: comment on exported method GoproSetResponse.Dict should be of the form "Dict ..." (golint)
    • Line 3558: warning: exported const RPM_FIELD_RPM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 3562: warning: comment on exported method Rpm.Dict should be of the form "Dict ..." (golint)
    • Line 3631: warning: exported const SYS_STATUS_FIELD_ONBOARD_CONTROL_SENSORS_PRESENT should have comment (or a comment on this block) or be unexported (golint)
    • Line 3646: warning: comment on exported method SysStatus.Dict should be of the form "Dict ..." (golint)
    • Line 3726: warning: exported const SYSTEM_TIME_FIELD_TIME_UNIX_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 3730: warning: comment on exported method SystemTime.Dict should be of the form "Dict ..." (golint)
    • Line 3781: warning: exported const PING_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 3787: warning: comment on exported method Ping.Dict should be of the form "Dict ..." (golint)
    • Line 3844: warning: exported const CHANGE_OPERATOR_CONTROL_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 3850: warning: comment on exported method ChangeOperatorControl.Dict should be of the form "Dict ..." (golint)
    • Line 3905: warning: exported const CHANGE_OPERATOR_CONTROL_ACK_FIELD_GCS_SYSTEM_ID should have comment (or a comment on this block) or be unexported (golint)
    • Line 3910: warning: comment on exported method ChangeOperatorControlAck.Dict should be of the form "Dict ..." (golint)
    • Line 3958: warning: exported const AUTH_KEY_FIELD_KEY should have comment (or a comment on this block) or be unexported (golint)
    • Line 3961: warning: comment on exported method AuthKey.Dict should be of the form "Dict ..." (golint)
    • Line 4023: warning: exported const LINK_NODE_STATUS_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 4036: warning: comment on exported method LinkNodeStatus.Dict should be of the form "Dict ..." (golint)
    • Line 4112: warning: exported const SET_MODE_FIELD_CUSTOM_MODE should have comment (or a comment on this block) or be unexported (golint)
    • Line 4117: warning: comment on exported method SetMode.Dict should be of the form "Dict ..." (golint)
    • Line 4175: warning: exported const PARAM_ACK_TRANSACTION_FIELD_PARAM_VALUE should have comment (or a comment on this block) or be unexported (golint)
    • Line 4183: warning: comment on exported method ParamAckTransaction.Dict should be of the form "Dict ..." (golint)
    • Line 4246: warning: exported const PARAM_REQUEST_READ_FIELD_PARAM_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 4252: warning: comment on exported method ParamRequestRead.Dict should be of the form "Dict ..." (golint)
    • Line 4305: warning: exported const PARAM_REQUEST_LIST_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 4309: warning: comment on exported method ParamRequestList.Dict should be of the form "Dict ..." (golint)
    • Line 4362: warning: exported const PARAM_VALUE_FIELD_PARAM_VALUE should have comment (or a comment on this block) or be unexported (golint)
    • Line 4369: warning: comment on exported method ParamValue.Dict should be of the form "Dict ..." (golint)
    • Line 4433: warning: exported const PARAM_SET_FIELD_PARAM_VALUE should have comment (or a comment on this block) or be unexported (golint)
    • Line 4440: warning: comment on exported method ParamSet.Dict should be of the form "Dict ..." (golint)
    • Line 4513: warning: exported const GPS_RAW_INT_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 4525: warning: comment on exported method GpsRawInt.Dict should be of the form "Dict ..." (golint)
    • Line 4604: warning: exported const GPS_STATUS_FIELD_SATELLITES_VISIBLE should have comment (or a comment on this block) or be unexported (golint)
    • Line 4612: warning: comment on exported method GpsStatus.Dict should be of the form "Dict ..." (golint)
    • Line 4687: warning: exported const SCALED_IMU_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 4699: warning: comment on exported method ScaledImu.Dict should be of the form "Dict ..." (golint)
    • Line 4786: warning: exported const RAW_IMU_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 4798: warning: comment on exported method RawImu.Dict should be of the form "Dict ..." (golint)
    • Line 4875: warning: exported const RAW_PRESSURE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 4882: warning: comment on exported method RawPressure.Dict should be of the form "Dict ..." (golint)
    • Line 4942: warning: exported const SCALED_PRESSURE_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 4948: warning: comment on exported method ScaledPressure.Dict should be of the form "Dict ..." (golint)
    • Line 5011: warning: exported const ATTITUDE_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5020: warning: comment on exported method Attitude.Dict should be of the form "Dict ..." (golint)
    • Line 5094: warning: exported const ATTITUDE_QUATERNION_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5104: warning: comment on exported method AttitudeQuaternion.Dict should be of the form "Dict ..." (golint)
    • Line 5179: warning: exported const LOCAL_POSITION_NED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5188: warning: comment on exported method LocalPositionNed.Dict should be of the form "Dict ..." (golint)
    • Line 5265: warning: exported const GLOBAL_POSITION_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5276: warning: comment on exported method GlobalPositionInt.Dict should be of the form "Dict ..." (golint)
    • Line 5362: warning: exported const RC_CHANNELS_SCALED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5375: warning: comment on exported method RcChannelsScaled.Dict should be of the form "Dict ..." (golint)
    • Line 5467: warning: exported const RC_CHANNELS_RAW_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 5480: warning: comment on exported method RcChannelsRaw.Dict should be of the form "Dict ..." (golint)
    • Line 5570: warning: exported const SERVO_OUTPUT_RAW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 5582: warning: comment on exported method ServoOutputRaw.Dict should be of the form "Dict ..." (golint)
    • Line 5657: warning: exported const MISSION_REQUEST_PARTIAL_LIST_FIELD_START_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 5663: warning: comment on exported method MissionRequestPartialList.Dict should be of the form "Dict ..." (golint)
    • Line 5720: warning: exported const MISSION_WRITE_PARTIAL_LIST_FIELD_START_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 5726: warning: comment on exported method MissionWritePartialList.Dict should be of the form "Dict ..." (golint)
    • Line 5804: warning: exported const MISSION_ITEM_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 5820: warning: comment on exported method MissionItem.Dict should be of the form "Dict ..." (golint)
    • Line 5905: warning: exported const MISSION_REQUEST_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 5910: warning: comment on exported method MissionRequest.Dict should be of the form "Dict ..." (golint)
    • Line 5962: warning: exported const MISSION_SET_CURRENT_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 5967: warning: comment on exported method MissionSetCurrent.Dict should be of the form "Dict ..." (golint)
    • Line 6015: warning: exported const MISSION_CURRENT_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 6018: warning: comment on exported method MissionCurrent.Dict should be of the form "Dict ..." (golint)
    • Line 6062: warning: exported const MISSION_REQUEST_LIST_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 6066: warning: comment on exported method MissionRequestList.Dict should be of the form "Dict ..." (golint)
    • Line 6115: warning: exported const MISSION_COUNT_FIELD_COUNT should have comment (or a comment on this block) or be unexported (golint)
    • Line 6120: warning: comment on exported method MissionCount.Dict should be of the form "Dict ..." (golint)
    • Line 6170: warning: exported const MISSION_CLEAR_ALL_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 6174: warning: comment on exported method MissionClearAll.Dict should be of the form "Dict ..." (golint)
    • Line 6219: warning: exported const MISSION_ITEM_REACHED_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 6222: warning: comment on exported method MissionItemReached.Dict should be of the form "Dict ..." (golint)
    • Line 6268: warning: exported const MISSION_ACK_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 6273: warning: comment on exported method MissionAck.Dict should be of the form "Dict ..." (golint)
    • Line 6327: warning: exported const SET_GPS_GLOBAL_ORIGIN_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 6333: warning: comment on exported method SetGpsGlobalOrigin.Dict should be of the form "Dict ..." (golint)
    • Line 6388: warning: exported const GPS_GLOBAL_ORIGIN_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 6393: warning: comment on exported method GpsGlobalOrigin.Dict should be of the form "Dict ..." (golint)
    • Line 6457: warning: exported const PARAM_MAP_RC_FIELD_PARAM_VALUE0 should have comment (or a comment on this block) or be unexported (golint)
    • Line 6468: warning: comment on exported method ParamMapRc.Dict should be of the form "Dict ..." (golint)
    • Line 6538: warning: exported const MISSION_REQUEST_INT_FIELD_SEQ should have comment (or a comment on this block) or be unexported (golint)
    • Line 6543: warning: comment on exported method MissionRequestInt.Dict should be of the form "Dict ..." (golint)
    • Line 6599: warning: exported const MISSION_CHANGED_FIELD_START_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 6606: warning: comment on exported method MissionChanged.Dict should be of the form "Dict ..." (golint)
    • Line 6676: warning: exported const SAFETY_SET_ALLOWED_AREA_FIELD_P1X should have comment (or a comment on this block) or be unexported (golint)
    • Line 6687: warning: comment on exported method SafetySetAllowedArea.Dict should be of the form "Dict ..." (golint)
    • Line 6765: warning: exported const SAFETY_ALLOWED_AREA_FIELD_P1X should have comment (or a comment on this block) or be unexported (golint)
    • Line 6774: warning: comment on exported method SafetyAllowedArea.Dict should be of the form "Dict ..." (golint)
    • Line 6844: warning: exported const ATTITUDE_QUATERNION_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 6852: warning: comment on exported method AttitudeQuaternionCov.Dict should be of the form "Dict ..." (golint)
    • Line 6931: warning: exported const NAV_CONTROLLER_OUTPUT_FIELD_NAV_ROLL should have comment (or a comment on this block) or be unexported (golint)
    • Line 6941: warning: comment on exported method NavControllerOutput.Dict should be of the form "Dict ..." (golint)
    • Line 7022: warning: exported const GLOBAL_POSITION_INT_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7034: warning: comment on exported method GlobalPositionIntCov.Dict should be of the form "Dict ..." (golint)
    • Line 7129: warning: exported const LOCAL_POSITION_NED_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 7143: warning: comment on exported method LocalPositionNedCov.Dict should be of the form "Dict ..." (golint)
    • Line 7262: warning: exported const RC_CHANNELS_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 7285: warning: comment on exported method RcChannels.Dict should be of the form "Dict ..." (golint)
    • Line 7395: warning: exported const REQUEST_DATA_STREAM_FIELD_REQ_MESSAGE_RATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 7402: warning: comment on exported method RequestDataStream.Dict should be of the form "Dict ..." (golint)
    • Line 7460: warning: exported const DATA_STREAM_FIELD_MESSAGE_RATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 7465: warning: comment on exported method DataStream.Dict should be of the form "Dict ..." (golint)
    • Line 7523: warning: exported const MANUAL_CONTROL_FIELD_X should have comment (or a comment on this block) or be unexported (golint)
    • Line 7531: warning: comment on exported method ManualControl.Dict should be of the form "Dict ..." (golint)
    • Line 7606: warning: exported const RC_CHANNELS_OVERRIDE_FIELD_CHAN1_RAW should have comment (or a comment on this block) or be unexported (golint)
    • Line 7618: warning: comment on exported method RcChannelsOverride.Dict should be of the form "Dict ..." (golint)
    • Line 7714: warning: exported const MISSION_ITEM_INT_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 7730: warning: comment on exported method MissionItemInt.Dict should be of the form "Dict ..." (golint)
    • Line 7821: warning: exported const VFR_HUD_FIELD_AIRSPEED should have comment (or a comment on this block) or be unexported (golint)
    • Line 7829: warning: comment on exported method VfrHud.Dict should be of the form "Dict ..." (golint)
    • Line 7910: warning: exported const COMMAND_INT_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 7925: warning: comment on exported method CommandInt.Dict should be of the form "Dict ..." (golint)
    • Line 8023: warning: exported const COMMAND_LONG_FIELD_PARAM1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 8036: warning: comment on exported method CommandLong.Dict should be of the form "Dict ..." (golint)
    • Line 8110: warning: exported const COMMAND_ACK_FIELD_COMMAND should have comment (or a comment on this block) or be unexported (golint)
    • Line 8114: warning: comment on exported method CommandAck.Dict should be of the form "Dict ..." (golint)
    • Line 8163: warning: exported const COMMAND_CANCEL_FIELD_COMMAND should have comment (or a comment on this block) or be unexported (golint)
    • Line 8168: warning: comment on exported method CommandCancel.Dict should be of the form "Dict ..." (golint)
    • Line 8228: warning: exported const MANUAL_SETPOINT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8237: warning: comment on exported method ManualSetpoint.Dict should be of the form "Dict ..." (golint)
    • Line 8313: warning: exported const SET_ATTITUDE_TARGET_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8324: warning: comment on exported method SetAttitudeTarget.Dict should be of the form "Dict ..." (golint)
    • Line 8406: warning: exported const ATTITUDE_TARGET_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8415: warning: comment on exported method AttitudeTarget.Dict should be of the form "Dict ..." (golint)
    • Line 8509: warning: exported const SET_POSITION_TARGET_LOCAL_NED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8527: warning: comment on exported method SetPositionTargetLocalNed.Dict should be of the form "Dict ..." (golint)
    • Line 8640: warning: exported const POSITION_TARGET_LOCAL_NED_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8656: warning: comment on exported method PositionTargetLocalNed.Dict should be of the form "Dict ..." (golint)
    • Line 8767: warning: exported const SET_POSITION_TARGET_GLOBAL_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8785: warning: comment on exported method SetPositionTargetGlobalInt.Dict should be of the form "Dict ..." (golint)
    • Line 8898: warning: exported const POSITION_TARGET_GLOBAL_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 8914: warning: comment on exported method PositionTargetGlobalInt.Dict should be of the form "Dict ..." (golint)
    • Line 9007: warning: exported const LOCAL_POSITION_NED_SYSTEM_GLOBAL_OFFSET_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 9016: warning: comment on exported method LocalPositionNedSystemGlobalOffset.Dict should be of the form "Dict ..." (golint)
    • Line 9106: warning: exported const HIL_STATE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9124: warning: comment on exported method HilState.Dict should be of the form "Dict ..." (golint)
    • Line 9231: warning: exported const HIL_CONTROLS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9244: warning: comment on exported method HilControls.Dict should be of the form "Dict ..." (golint)
    • Line 9342: warning: exported const HIL_RC_INPUTS_RAW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9358: warning: comment on exported method HilRcInputsRaw.Dict should be of the form "Dict ..." (golint)
    • Line 9445: warning: exported const HIL_ACTUATOR_CONTROLS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9451: warning: comment on exported method HilActuatorControls.Dict should be of the form "Dict ..." (golint)
    • Line 9520: warning: exported const OPTICAL_FLOW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9530: warning: comment on exported method OpticalFlow.Dict should be of the form "Dict ..." (golint)
    • Line 9605: warning: exported const GLOBAL_VISION_POSITION_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9614: warning: comment on exported method GlobalVisionPositionEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 9686: warning: exported const VISION_POSITION_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9695: warning: comment on exported method VisionPositionEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 9761: warning: exported const VISION_SPEED_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9767: warning: comment on exported method VisionSpeedEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 9830: warning: exported const VICON_POSITION_ESTIMATE_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9839: warning: comment on exported method ViconPositionEstimate.Dict should be of the form "Dict ..." (golint)
    • Line 9927: warning: exported const HIGHRES_IMU_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 9944: warning: comment on exported method HighresImu.Dict should be of the form "Dict ..." (golint)
    • Line 10050: warning: exported const OPTICAL_FLOW_RAD_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10064: warning: comment on exported method OpticalFlowRad.Dict should be of the form "Dict ..." (golint)
    • Line 10167: warning: exported const HIL_SENSOR_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10184: warning: comment on exported method HilSensor.Dict should be of the form "Dict ..." (golint)
    • Line 10308: warning: exported const SIM_STATE_FIELD_Q1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 10331: warning: comment on exported method SimState.Dict should be of the form "Dict ..." (golint)
    • Line 10445: warning: exported const RADIO_STATUS_FIELD_RXERRORS should have comment (or a comment on this block) or be unexported (golint)
    • Line 10454: warning: comment on exported method RadioStatus.Dict should be of the form "Dict ..." (golint)
    • Line 10520: warning: exported const FILE_TRANSFER_PROTOCOL_FIELD_TARGET_NETWORK should have comment (or a comment on this block) or be unexported (golint)
    • Line 10526: warning: comment on exported method FileTransferProtocol.Dict should be of the form "Dict ..." (golint)
    • Line 10579: warning: exported const TIMESYNC_FIELD_TC1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 10583: warning: comment on exported method Timesync.Dict should be of the form "Dict ..." (golint)
    • Line 10630: warning: exported const CAMERA_TRIGGER_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10634: warning: comment on exported method CameraTrigger.Dict should be of the form "Dict ..." (golint)
    • Line 10704: warning: exported const HIL_GPS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10719: warning: comment on exported method HilGps.Dict should be of the form "Dict ..." (golint)
    • Line 10819: warning: exported const HIL_OPTICAL_FLOW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10833: warning: comment on exported method HilOpticalFlow.Dict should be of the form "Dict ..." (golint)
    • Line 10938: warning: exported const HIL_STATE_QUATERNION_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 10956: warning: comment on exported method HilStateQuaternion.Dict should be of the form "Dict ..." (golint)
    • Line 11065: warning: exported const SCALED_IMU2_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 11077: warning: comment on exported method ScaledImu2.Dict should be of the form "Dict ..." (golint)
    • Line 11152: warning: exported const LOG_REQUEST_LIST_FIELD_START should have comment (or a comment on this block) or be unexported (golint)
    • Line 11158: warning: comment on exported method LogRequestList.Dict should be of the form "Dict ..." (golint)
    • Line 11217: warning: exported const LOG_ENTRY_FIELD_TIME_UTC should have comment (or a comment on this block) or be unexported (golint)
    • Line 11224: warning: comment on exported method LogEntry.Dict should be of the form "Dict ..." (golint)
    • Line 11286: warning: exported const LOG_REQUEST_DATA_FIELD_OFS should have comment (or a comment on this block) or be unexported (golint)
    • Line 11293: warning: comment on exported method LogRequestData.Dict should be of the form "Dict ..." (golint)
    • Line 11353: warning: exported const LOG_DATA_FIELD_OFS should have comment (or a comment on this block) or be unexported (golint)
    • Line 11359: warning: comment on exported method LogData.Dict should be of the form "Dict ..." (golint)
    • Line 11412: warning: exported const LOG_ERASE_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 11416: warning: comment on exported method LogErase.Dict should be of the form "Dict ..." (golint)
    • Line 11463: warning: exported const LOG_REQUEST_END_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 11467: warning: comment on exported method LogRequestEnd.Dict should be of the form "Dict ..." (golint)
    • Line 11518: warning: exported const GPS_INJECT_DATA_FIELD_TARGET_SYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 11524: warning: comment on exported method GpsInjectData.Dict should be of the form "Dict ..." (golint)
    • Line 11597: warning: exported const GPS2_RAW_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 11611: warning: comment on exported method Gps2Raw.Dict should be of the form "Dict ..." (golint)
    • Line 11690: warning: exported const POWER_STATUS_FIELD_VCC should have comment (or a comment on this block) or be unexported (golint)
    • Line 11695: warning: comment on exported method PowerStatus.Dict should be of the form "Dict ..." (golint)
    • Line 11753: warning: exported const SERIAL_CONTROL_FIELD_BAUDRATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 11761: warning: comment on exported method SerialControl.Dict should be of the form "Dict ..." (golint)
    • Line 11842: warning: exported const GPS_RTK_FIELD_TIME_LAST_BASELINE_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 11857: warning: comment on exported method GpsRtk.Dict should be of the form "Dict ..." (golint)
    • Line 11959: warning: exported const GPS2_RTK_FIELD_TIME_LAST_BASELINE_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 11974: warning: comment on exported method Gps2Rtk.Dict should be of the form "Dict ..." (golint)
    • Line 12070: warning: exported const SCALED_IMU3_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 12082: warning: comment on exported method ScaledImu3.Dict should be of the form "Dict ..." (golint)
    • Line 12163: warning: exported const DATA_TRANSMISSION_HANDSHAKE_FIELD_SIZE should have comment (or a comment on this block) or be unexported (golint)
    • Line 12172: warning: comment on exported method DataTransmissionHandshake.Dict should be of the form "Dict ..." (golint)
    • Line 12234: warning: exported const ENCAPSULATED_DATA_FIELD_SEQNR should have comment (or a comment on this block) or be unexported (golint)
    • Line 12238: warning: comment on exported method EncapsulatedData.Dict should be of the form "Dict ..." (golint)
    • Line 12297: warning: exported const DISTANCE_SENSOR_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 12307: warning: comment on exported method DistanceSensor.Dict should be of the form "Dict ..." (golint)
    • Line 12376: warning: exported const TERRAIN_REQUEST_FIELD_MASK should have comment (or a comment on this block) or be unexported (golint)
    • Line 12382: warning: comment on exported method TerrainRequest.Dict should be of the form "Dict ..." (golint)
    • Line 12441: warning: exported const TERRAIN_DATA_FIELD_LAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 12448: warning: comment on exported method TerrainData.Dict should be of the form "Dict ..." (golint)
    • Line 12508: warning: exported const TERRAIN_CHECK_FIELD_LAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 12512: warning: comment on exported method TerrainCheck.Dict should be of the form "Dict ..." (golint)
    • Line 12569: warning: exported const TERRAIN_REPORT_FIELD_LAT should have comment (or a comment on this block) or be unexported (golint)
    • Line 12578: warning: comment on exported method TerrainReport.Dict should be of the form "Dict ..." (golint)
    • Line 12644: warning: exported const SCALED_PRESSURE2_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 12650: warning: comment on exported method ScaledPressure2.Dict should be of the form "Dict ..." (golint)
    • Line 12709: warning: exported const ATT_POS_MOCAP_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 12716: warning: comment on exported method AttPosMocap.Dict should be of the form "Dict ..." (golint)
    • Line 12782: warning: exported const SET_ACTUATOR_CONTROL_TARGET_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 12789: warning: comment on exported method SetActuatorControlTarget.Dict should be of the form "Dict ..." (golint)
    • Line 12851: warning: exported const ACTUATOR_CONTROL_TARGET_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 12856: warning: comment on exported method ActuatorControlTarget.Dict should be of the form "Dict ..." (golint)
    • Line 12920: warning: exported const ALTITUDE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 12929: warning: comment on exported method Altitude.Dict should be of the form "Dict ..." (golint)
    • Line 12997: warning: exported const RESOURCE_REQUEST_FIELD_REQUEST_ID should have comment (or a comment on this block) or be unexported (golint)
    • Line 13004: warning: comment on exported method ResourceRequest.Dict should be of the form "Dict ..." (golint)
    • Line 13064: warning: exported const SCALED_PRESSURE3_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 13070: warning: comment on exported method ScaledPressure3.Dict should be of the form "Dict ..." (golint)
    • Line 13141: warning: exported const FOLLOW_TARGET_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 13154: warning: comment on exported method FollowTarget.Dict should be of the form "Dict ..." (golint)
    • Line 13278: warning: exported const CONTROL_SYSTEM_STATE_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 13297: warning: comment on exported method ControlSystemState.Dict should be of the form "Dict ..." (golint)
    • Line 13415: warning: exported const BATTERY_STATUS_FIELD_CURRENT_CONSUMED should have comment (or a comment on this block) or be unexported (golint)
    • Line 13426: warning: comment on exported method BatteryStatus.Dict should be of the form "Dict ..." (golint)
    • Line 13516: warning: exported const AUTOPILOT_VERSION_FIELD_CAPABILITIES should have comment (or a comment on this block) or be unexported (golint)
    • Line 13529: warning: comment on exported method AutopilotVersion.Dict should be of the form "Dict ..." (golint)
    • Line 13615: warning: exported const LANDING_TARGET_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 13625: warning: comment on exported method LandingTarget.Dict should be of the form "Dict ..." (golint)
    • Line 13694: warning: exported const FENCE_STATUS_FIELD_BREACH_TIME should have comment (or a comment on this block) or be unexported (golint)
    • Line 13700: warning: comment on exported method FenceStatus.Dict should be of the form "Dict ..." (golint)
    • Line 13777: warning: exported const MAG_CAL_REPORT_FIELD_FITNESS should have comment (or a comment on this block) or be unexported (golint)
    • Line 13793: warning: comment on exported method MagCalReport.Dict should be of the form "Dict ..." (golint)
    • Line 13906: warning: exported const EFI_STATUS_FIELD_ECU_INDEX should have comment (or a comment on this block) or be unexported (golint)
    • Line 13925: warning: comment on exported method EfiStatus.Dict should be of the form "Dict ..." (golint)
    • Line 14033: warning: exported const ESTIMATOR_STATUS_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 14045: warning: comment on exported method EstimatorStatus.Dict should be of the form "Dict ..." (golint)
    • Line 14130: warning: exported const WIND_COV_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 14141: warning: comment on exported method WindCov.Dict should be of the form "Dict ..." (golint)
    • Line 14241: warning: exported const GPS_INPUT_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 14261: warning: comment on exported method GpsInput.Dict should be of the form "Dict ..." (golint)
    • Line 14358: warning: exported const GPS_RTCM_DATA_FIELD_FLAGS should have comment (or a comment on this block) or be unexported (golint)
    • Line 14363: warning: comment on exported method GpsRtcmData.Dict should be of the form "Dict ..." (golint)
    • Line 14457: warning: exported const HIGH_LATENCY_FIELD_CUSTOM_MODE should have comment (or a comment on this block) or be unexported (golint)
    • Line 14483: warning: comment on exported method HighLatency.Dict should be of the form "Dict ..." (golint)
    • Line 14646: warning: exported const HIGH_LATENCY2_FIELD_TIMESTAMP should have comment (or a comment on this block) or be unexported (golint)
    • Line 14675: warning: comment on exported method HighLatency2.Dict should be of the form "Dict ..." (golint)
    • Line 14807: warning: exported const VIBRATION_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 14816: warning: comment on exported method Vibration.Dict should be of the form "Dict ..." (golint)
    • Line 14894: warning: exported const HOME_POSITION_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 14906: warning: comment on exported method HomePosition.Dict should be of the form "Dict ..." (golint)
    • Line 14999: warning: exported const SET_HOME_POSITION_FIELD_LATITUDE should have comment (or a comment on this block) or be unexported (golint)
    • Line 15012: warning: comment on exported method SetHomePosition.Dict should be of the form "Dict ..." (golint)
    • Line 15090: warning: exported const MESSAGE_INTERVAL_FIELD_INTERVAL_US should have comment (or a comment on this block) or be unexported (golint)
    • Line 15094: warning: comment on exported method MessageInterval.Dict should be of the form "Dict ..." (golint)
    • Line 15141: warning: exported const EXTENDED_SYS_STATE_FIELD_VTOL_STATE should have comment (or a comment on this block) or be unexported (golint)
    • Line 15145: warning: comment on exported method ExtendedSysState.Dict should be of the form "Dict ..." (golint)
    • Line 15214: warning: exported const ADSB_VEHICLE_FIELD_ICAO_ADDRESS should have comment (or a comment on this block) or be unexported (golint)
    • Line 15229: warning: comment on exported method AdsbVehicle.Dict should be of the form "Dict ..." (golint)
    • Line 15319: warning: exported const COLLISION_FIELD_ID should have comment (or a comment on this block) or be unexported (golint)
    • Line 15328: warning: comment on exported method Collision.Dict should be of the form "Dict ..." (golint)
    • Line 15396: warning: exported const V2_EXTENSION_FIELD_MESSAGE_TYPE should have comment (or a comment on this block) or be unexported (golint)
    • Line 15403: warning: comment on exported method V2Extension.Dict should be of the form "Dict ..." (golint)
    • Line 15463: warning: exported const MEMORY_VECT_FIELD_ADDRESS should have comment (or a comment on this block) or be unexported (golint)
    • Line 15469: warning: comment on exported method MemoryVect.Dict should be of the form "Dict ..." (golint)
    • Line 15532: warning: exported const DEBUG_VECT_FIELD_TIME_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 15539: warning: comment on exported method DebugVect.Dict should be of the form "Dict ..." (golint)
    • Line 15597: warning: exported const NAMED_VALUE_FLOAT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 15602: warning: comment on exported method NamedValueFloat.Dict should be of the form "Dict ..." (golint)
    • Line 15654: warning: exported const NAMED_VALUE_INT_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 15659: warning: comment on exported method NamedValueInt.Dict should be of the form "Dict ..." (golint)
    • Line 15709: warning: exported const STATUSTEXT_FIELD_SEVERITY should have comment (or a comment on this block) or be unexported (golint)
    • Line 15713: warning: comment on exported method Statustext.Dict should be of the form "Dict ..." (golint)
    • Line 15762: warning: exported const DEBUG_FIELD_TIME_BOOT_MS should have comment (or a comment on this block) or be unexported (golint)
    • Line 15767: warning: comment on exported method Debug.Dict should be of the form "Dict ..." (golint)
    • Line 15825: warning: exported const HEARTBEAT_FIELD_CUSTOM_MODE should have comment (or a comment on this block) or be unexported (golint)
    • Line 15833: warning: comment on exported method Heartbeat.Dict should be of the form "Dict ..." (golint)
    • Line 15902: warning: exported const NAV_FILTER_BIAS_FIELD_USEC should have comment (or a comment on this block) or be unexported (golint)
    • Line 15911: warning: comment on exported method NavFilterBias.Dict should be of the form "Dict ..." (golint)
    • Line 15981: warning: exported const RADIO_CALIBRATION_FIELD_AILERON should have comment (or a comment on this block) or be unexported (golint)
    • Line 15989: warning: comment on exported method RadioCalibration.Dict should be of the form "Dict ..." (golint)
    • Line 16074: warning: exported const UALBERTA_SYS_STATUS_FIELD_MODE should have comment (or a comment on this block) or be unexported (golint)
    • Line 16079: warning: comment on exported method UalbertaSysStatus.Dict should be of the form "Dict ..." (golint)

gocyclo99%

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.


ineffassign100%

IneffAssign detects ineffectual assignments in Go code.

No problems detected. Good job!


license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


misspell0%

Misspell Finds commonly misspelled English words

An error occurred while running this test (exit status 2)