sample

package module
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2025 License: MPL-2.0 Imports: 2 Imported by: 1

README

Go Go Reference

go-sample

Just an example Go repository.

Usage

This is just a go11module. You can add it with go get:

go get codeberg.org/kurth4cker/go-sample@latest

Copying

Licensed under MPL-2.0. See file COPYING for details.

Documentation

Overview

Sample Go repository for trying out any module related tech

Deprecated: Use greet instead.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Fhelloln deprecated added in v0.5.0

func Fhelloln(w io.Writer, user string)

Fhelloln formats and prints a greeting string to given writer. See fmt.Fprintln.

Deprecated: Use greet.Fhelloln instead.

func Helloln deprecated added in v0.8.0

func Helloln(user string)

Helloln writes formatted greeting and a newline to os.Stdout.

Deprecated: Use greet.Helloln instead.

func Shello deprecated added in v0.6.0

func Shello(user string) string

Return a formatted greeting string to given user. User may be any string including empty string.

Deprecated: Use greet.Shello instead.

Types

This section is empty.

Directories

Path Synopsis
Package greet implements greeting functions.
Package greet implements greeting functions.
Package list implements Singly Linked List.
Package list implements Singly Linked List.

Jump to

Keyboard shortcuts

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