Skip to content

Commit

Permalink
fix(utils): change package name to align
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed Sep 14, 2023
1 parent 57f6afe commit a35b173
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/server/tls.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright (C) 2023 Intel Corporation

// Package utils contains utility functions
package utils
// Package server implements the server
package server

import (
"crypto/tls"
Expand Down
4 changes: 2 additions & 2 deletions pkg/server/tls_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright (C) 2023 Intel Corporation

// Package utils contains utility functions
package utils
// Package server implements the server
package server

import (
"crypto/tls"
Expand Down

0 comments on commit a35b173

Please sign in to comment.