Changeset 799 in code


Ignore:
Timestamp:
Mar 21, 2023, 2:20:07 AM (2 years ago)
Author:
koizumi.aoi
Message:

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

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r775 r799  
    22RM ?= rm
    33SCDOC ?= scdoc
    4 GOFLAGS ?=
     4GOFLAGS ?= -v
    55PREFIX ?= /usr/local
    66BINDIR ?= bin
  • trunk/go.mod

    r791 r799  
    1 module git.sr.ht/~emersion/soju
     1module git.chaotic.ninja/koizumi.aoi/soju-retro
    22
    33go 1.15
Note: See TracChangeset for help on using the changeset viewer.