Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
komuw committed Mar 6, 2023
1 parent 44fdfa7 commit 41a00a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/clientip/client_ip.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Package clientip provides(in a best effort manner) client IP addresses.
package clientip

import (
Expand Down
1 change: 1 addition & 0 deletions internal/octx/ctx.go → internal/octx/octx.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Package octx houses context keys used by multiple ong packages.
package octx

type logContextKeyType string
Expand Down

0 comments on commit 41a00a3

Please sign in to comment.