shukujitsu

package module
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: May 31, 2021 License: BSD-3-Clause Imports: 9 Imported by: 0

README

shukujitsu-go

内閣府ウェブサイトから祝日 CSV を取 得してプログラムで利用しやすくします

Documentation

Overview

Package shukujitsu は内閣府が提供している祝日一覧 CSV ファイルを取得・解析します。

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entry

type Entry struct {
	YMD   string
	Name  string
	Year  int
	Month int
	Day   int
}

Entry は祝日1日分の情報を保持する構造体です。

func AllEntries

func AllEntries() ([]Entry, error)

AllEntries は内閣府ウェブサイトから祝日 CSV を取得して Entry スライスに変換します。

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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