stringsproxy

package
v1.2.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 24, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package stringsproxy is a package that provides a strings proxy for the app.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Strings

type Strings interface {
	Join(elems []string, sep string) string
}

Strings is an interface for strings.

func New

func New() Strings

New is a constructor for StringsProxy.

type StringsProxy

type StringsProxy struct{}

StringsProxy is a struct that implements Strings.

func (*StringsProxy) Join

func (*StringsProxy) Join(elems []string, sep string) string

Join is a proxy for strings.Join.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL