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:
Steven Masley
2024-12-18 07:18:31 -06:00
committed by GitHub
parent e0f802223d
commit 13bb4492c9
12 changed files with 108 additions and 749 deletions

View File

@ -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)