lx

package module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2026 License: AGPL-3.0 Imports: 0 Imported by: 0

README

lxgo

[English]

lxgolx의 구현 명세를 작성하기 위한 Go 언어 전용 라이브러리입니다.

Installation

go get github.com/chebread/lxgo

Usage

package main

import (
	"fmt"
	"github.com/chebread/lxgo"
)

func main() {
	result := LX_ToKoreanDate("2026-01-29")
	fmt.Println(result)
}

func LX_ToKoreanDate(date string) string {
	lx.Generate("yyyy-mm-dd 형식을 한국어 날짜 표현으로 변환")
	return
}

License

AGPL-3.0 LICENSE © 2026 Cha Haneum

본 프로젝트는 AGPL-3.0 라이선스를 따릅니다. 사용 및 배포 시 라이선스 조항을 반드시 확인하시기 바랍니다.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Generate

func Generate(instruction string, args ...any)

Types

This section is empty.

Jump to

Keyboard shortcuts

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