7 lines
156 B
Go
7 lines
156 B
Go
|
// Copyright (c) Mainflux
|
||
|
// SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
// Package server contains the HTTP, gRPC and CoAP server implementation.
|
||
|
|
||
|
package server
|