cite

package module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2026 License: BSD-3-Clause Imports: 3 Imported by: 0

README

cite-codeberg

go.dev reference Go Report Card License

cite-codeberg is a simple Go package to ease citing code hosted on Codeberg.

Installation

$> go install codeberg.org/sbinet/cite-codeberg@latest

Documentation

Overview

Package cite holds tools and types to ease citing software hosted on Codeberg.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Repository

type Repository struct {
	Owner string
	Name  string
}

func Repo

func Repo(fullname string) (rep Repository, err error)

func (Repository) FullName

func (r Repository) FullName() string

func (Repository) Release

func (r Repository) Release(cli *forgejo.Client, tag string) (*forgejo.Release, error)

Jump to

Keyboard shortcuts

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