Skip to content

Commit

Permalink
Create tools.go
Browse files Browse the repository at this point in the history
Signed-off-by: gitworkflows <118260833+gitworkflows@users.noreply.github.com>
  • Loading branch information
gitworkflows authored Sep 22, 2024
1 parent 20d40ed commit 05da75d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tools.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
//go:build tools
// +build tools

package main

import (
_ "github.com/google/licenseclassifier/tools/license_serializer"
)

0 comments on commit 05da75d

Please sign in to comment.