directory
0.0.0-20230125154703-5bf5a5c36cba
Repository: https://github.com/mushahiroyuki/gowebprog.git
Documentation: pkg.go.dev
# Packages
リスト7.2.
リスト7.5など.
リスト7.6.
リスト7.7.
リスト7.8.
リスト7.10.
リスト7.11.
リスト7.12.
リスト7.13.
リスト7.15
<まずPostgreSQLを起動>
$ psql -f install.sql
$ psql -f setup.sql
$ go build
$ ./14web_service &
$ ./script_create
$ psql -U gwp -d gwp -c "select * from posts;"
*/.