Add -v to $GOFLAGS. Scratch the original module URI with another one.

git-svn-id: file:///srv/svn/repo/suika/trunk@799 f0ae65fe-ee39-954e-97ec-027ff2717ef4
This commit is contained in:
koizumi.aoi 2023-03-21 02:20:07 +00:00
parent 49282469d4
commit 5a4d2f9132
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
GO ?= go
RM ?= rm
SCDOC ?= scdoc
GOFLAGS ?=
GOFLAGS ?= -v
PREFIX ?= /usr/local
BINDIR ?= bin
MANDIR ?= share/man

2
go.mod
View File

@ -1,4 +1,4 @@
module git.sr.ht/~emersion/soju
module git.chaotic.ninja/koizumi.aoi/soju-retro
go 1.15