-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Yoriyasu Yano <430092+yorinasub17@users.noreply.github.com>
- Loading branch information
1 parent
01681ac
commit ef677c3
Showing
15 changed files
with
42 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
<h1 align="center">gostd</h1> | ||
|
||
<p align="center"> | ||
<em>Common functions and utilities in golang used across Fensak.</em> | ||
<em>Common functions and utilities in golang used across IllumiTacit.</em> | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="https://github.com/fensak-io/gostd/blob/main/LICENSE"> | ||
<img alt="LICENSE" src="https://img.shields.io/github/license/fensak-io/gostd?style=for-the-badge"> | ||
<a href="https://github.com/illumitacit/gostd/blob/main/LICENSE"> | ||
<img alt="LICENSE" src="https://img.shields.io/github/license/illumitacit/gostd?style=for-the-badge"> | ||
</a> | ||
<a href="https://github.com/fensak-io/gostd/actions/workflows/lint-and-test.yml?query=branch%3Amain"> | ||
<img alt="main branch CI" src="https://img.shields.io/github/actions/workflow/status/fensak-io/gostd/lint-and-test.yml?branch=main&logo=github&label=CI&style=for-the-badge"> | ||
<a href="https://github.com/illumitacit/gostd/actions/workflows/lint-and-test.yml?query=branch%3Amain"> | ||
<img alt="main branch CI" src="https://img.shields.io/github/actions/workflow/status/illumitacit/gostd/lint-and-test.yml?branch=main&logo=github&label=CI&style=for-the-badge"> | ||
</a> | ||
<a href="https://github.com/fensak-io/gostd/releases/latest"> | ||
<img alt="latest release" src="https://img.shields.io/github/v/release/fensak-io/gostd?style=for-the-badge"> | ||
<a href="https://github.com/illumitacit/gostd/releases/latest"> | ||
<img alt="latest release" src="https://img.shields.io/github/v/release/illumitacit/gostd?style=for-the-badge"> | ||
</a> | ||
<a href="https://goreportcard.com/report/github.com/fensak-io/gostd"> | ||
<img alt="goreportcard" src="https://goreportcard.com/badge/github.com/fensak-io/gostd?style=for-the-badge"> | ||
<a href="https://goreportcard.com/report/github.com/illumitacit/gostd"> | ||
<img alt="goreportcard" src="https://goreportcard.com/badge/github.com/illumitacit/gostd?style=for-the-badge"> | ||
</a> | ||
<a href="https://pkg.go.dev/github.com/fensak-io/gostd"> | ||
<a href="https://pkg.go.dev/github.com/illumitacit/gostd"> | ||
<img alt="pkg.go reference" src="https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&style=for-the-badge"> | ||
</a> | ||
<a href="https://github.com/fensak-io/gostd/blob/main/go.mod"> | ||
<img alt="go.mod version" src="https://img.shields.io/github/go-mod/go-version/fensak-io/gostd?style=for-the-badge&logo=go&label=version"> | ||
<a href="https://github.com/illumitacit/gostd/blob/main/go.mod"> | ||
<img alt="go.mod version" src="https://img.shields.io/github/go-mod/go-version/illumitacit/gostd?style=for-the-badge&logo=go&label=version"> | ||
</a> | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
module github.com/fensak-io/gostd/webstd/idp/nopidp | ||
module github.com/illumitacit/gostd/webstd/idp/nopidp | ||
|
||
go 1.19 | ||
|
||
replace github.com/fensak-io/gostd => ./../../../ | ||
replace github.com/illumitacit/gostd => ./../../../ | ||
|
||
require github.com/fensak-io/gostd v0.5.8-0.20230609175710-dbac7963ae39 | ||
require github.com/illumitacit/gostd v0.5.8-0.20230609175710-dbac7963ae39 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters