-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from kanmu/chore/fix_url_and_installation
chore: URL and Installation
- Loading branch information
Showing
3 changed files
with
9 additions
and
9 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 |
---|---|---|
|
@@ -24,7 +24,7 @@ brews: | |
nfpms: | ||
- id: dgw-nfpms | ||
file_name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Arch }}" | ||
homepage: https://github.com/achiku/dgw | ||
homepage: https://github.com/kanmu/dgw | ||
maintainer: Akira Chiku <[email protected]> | ||
description: dgw generates Golang struct, and simple Table/Row Data Gateway functions from PostgreSQL table metadata | ||
license: MIT | ||
|
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,4 +1,4 @@ | ||
module github.com/achiku/dgw | ||
module github.com/kanmu/dgw | ||
|
||
go 1.15 | ||
|
||
|