misc

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package misc は、汎用的な目的で利用する雑多なユーティリティが配置されています。

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrURLIsEmpty -- url が 空白だった場合のエラー
	ErrURLIsEmpty = fmt.Errorf("url is empty")
)

Functions

func OpenBrowser

func OpenBrowser(url string) error

OpenBrowser -- 指定されたURLでブラウザを開きます。

Reference: https://github.com/go101/go101/blob/8760586e110316dcfaad36ff167f67b4f09de0a7/go101.go#L430

func PrimeNumber added in v0.6.0

func PrimeNumber(ctx context.Context, limit int) chan int

PrimeNumber は、指定されたリミットまでの素数を求めます。

Types

This section is empty.

Jump to

Keyboard shortcuts

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