Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
go-nexus-telemetry
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Public
go-nexus-telemetry
Merge requests
!1
Refactor library to idiomatic go
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Refactor library to idiomatic go
refactor
into
main
Overview
0
Commits
1
Pipelines
0
Changes
4
Merged
Jack Robertson
requested to merge
refactor
into
main
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
4
Expand
0
0
Merge request reports
Viewing commit
4bb09063
Show latest version
4 files
+
110
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
4bb09063
refactor: move slog package to root, add configuration options and tests
· 4bb09063
Jack Robertson
authored
1 year ago
src/main/main.go deleted
100644 → 0
+
0
−
10
Options
package
main
import
(
"gitlab.nexdev.uk/pub/go-slog/src/slog"
)
func
main
()
{
logger
:=
slog
.
InitLogger
()
logger
.
Info
(
"Logger test."
)
}
Loading