Use //go:generate depstubber --vendor --auto

This commit is contained in:
Slavomir
2021-01-23 11:50:04 +01:00
committed by Chris Smowton
parent f95f35387f
commit 0c1ae62ce9
4 changed files with 4 additions and 6 deletions

View File

@@ -1,7 +1,6 @@
// Code generated by https://github.com/gagliardetto. DO NOT EDIT.
//go:generate depstubber -vendor clevergo.tech/clevergo Application,Context,Decoder,Renderer CleanPath
//go:generate depstubber -write_module_txt
//go:generate depstubber --vendor --auto
package main
import (

View File

@@ -2,7 +2,7 @@
// This is a simple stub for clevergo.tech/clevergo, strictly for use in testing.
// See the LICENSE file for information about the licensing of the original library.
// Source: clevergo.tech/clevergo (exports: Application,Context,Decoder,Renderer; functions: CleanPath)
// Source: clevergo.tech/clevergo (exports: ; functions: )
// Package clevergo is a stub of clevergo.tech/clevergo, generated by depstubber.
package clevergo

View File

@@ -1,7 +1,6 @@
// Code generated by https://github.com/gagliardetto. DO NOT EDIT.
//go:generate depstubber -vendor clevergo.tech/clevergo Context,Decoder,Param,Params
//go:generate depstubber -write_module_txt
//go:generate depstubber --vendor --auto
package main
import "clevergo.tech/clevergo"

View File

@@ -2,7 +2,7 @@
// This is a simple stub for clevergo.tech/clevergo, strictly for use in testing.
// See the LICENSE file for information about the licensing of the original library.
// Source: clevergo.tech/clevergo (exports: Context,Decoder,Param,Params; functions: )
// Source: clevergo.tech/clevergo (exports: ; functions: )
// Package clevergo is a stub of clevergo.tech/clevergo, generated by depstubber.
package clevergo