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 GO ?= go
RM ?= rm RM ?= rm
SCDOC ?= scdoc SCDOC ?= scdoc
GOFLAGS ?= GOFLAGS ?= -v
PREFIX ?= /usr/local PREFIX ?= /usr/local
BINDIR ?= bin BINDIR ?= bin
MANDIR ?= share/man 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 go 1.15