go-lns/lns_example_test.go
2026-04-04 09:48:07 +00:00

10 lines
145 B
Go

// SPDX-License-Identifier: EUPL-1.2
package lns
import "fmt"
func ExampleGetServiceName() {
fmt.Println(GetServiceName())
// Output: lns
}