Skip to content

update readme and route.go #30

update readme and route.go

update readme and route.go #30

Triggered via push August 1, 2023 12:12
Status Success
Total duration 23s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: config/config.go#L15
exported var DB should have comment or be unexported
build: config/config.go#L18
exported function InitDB should have comment or be unexported
build: config/config.go#L43
exported function InitialMigration should have comment or be unexported
build: config/config.go#L59
exported function LoadDotEnv should have comment or be unexported
build: constant/constant.go#L3
don't use ALL_CAPS in Go names; use CamelCase
build: constant/constant.go#L3
exported const SECRET_JWT should have comment or be unexported
build: controller/activityLogController.go#L11
exported function GetActivityLogsController should have comment or be unexported
build: controller/activityLogController.go#L37
exported function GetActivityLogController should have comment or be unexported
build: controller/activityLogController.go#L64
exported function GetByUserIDActivityLogsController should have comment or be unexported
build: controller/activityLogController.go#L91
exported function CreateActivityLogController should have comment or be unexported