go mod tidy was broken
This commit is contained in:
parent
edfe36358a
commit
0552380418
1
.forge
1
.forge
|
@ -1,3 +1,4 @@
|
|||
// `forge:ignore:gomod`
|
||||
// `forge:build:forgeConfig/ /usr/lib/wit-utils/`
|
||||
// `forge:build:go-clone-test/ /usr/lib/wit-utils/`
|
||||
// `forge:build:scanGoSrc/ /usr/lib/wit-utils/`
|
||||
|
|
7
Makefile
7
Makefile
|
@ -1,9 +1,6 @@
|
|||
all:
|
||||
make -C forgeConfig
|
||||
make -C virtbuf-example
|
||||
make -C zoopb-example
|
||||
make -C testGui
|
||||
make -C going2git # actually builds against git2go using libgit2 v1.8.4
|
||||
@echo "# todo: fix Makefile to use the .forge file"
|
||||
|
||||
clean:
|
||||
rm -f go.*
|
||||
go-mod-clean --purge
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
package main
|
||||
|
||||
/*
|
||||
import (
|
||||
"gocloud.dev/blob"
|
||||
// _ "gocloud.dev/blob/<driver>"
|
||||
|
@ -37,12 +38,10 @@ func main() {
|
|||
|
||||
// Alternatively, you can configure the prefix directly in the blob.OpenBucket URL:
|
||||
|
||||
/*
|
||||
import (
|
||||
"context"
|
||||
"gocloud.dev/blob"
|
||||
)
|
||||
*/
|
||||
// import (
|
||||
// "context"
|
||||
// "gocloud.dev/blob"
|
||||
// )
|
||||
|
||||
// Connect to a bucket using a URL, using the "prefix" query parameter to
|
||||
// target a subfolder in the bucket.
|
||||
|
@ -56,3 +55,4 @@ func main() {
|
|||
|
||||
// Bucket operations on <key> will be translated to "a/subfolder/<key>".
|
||||
}
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue