mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
chore: remove apitypings specific go.mod (#15899)
Keeping the deps in sync between this and the primary go.mod is a headache. adds Tailscale generated types
This commit is contained in:
@ -8,7 +8,6 @@ package main
|
||||
|
||||
import (
|
||||
"flag"
|
||||
"log"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"strings"
|
||||
@ -39,7 +38,7 @@ func TestGeneration(t *testing.T) {
|
||||
|
||||
gen, err := guts.NewGolangParser()
|
||||
if err != nil {
|
||||
log.Fatalf("new convert: %v", err)
|
||||
require.NoError(t, err)
|
||||
}
|
||||
err = gen.IncludeGenerate("./" + dir)
|
||||
require.NoError(t, err)
|
||||
|
Reference in New Issue
Block a user