Files
gonum/graph/formats/dot/internal/tools.go
Dan Kortschak 258a51e069 graph/formats/dot/internal: regenerate with latest goccmack/gocc
Make use of go.mod to pin gocc version and go mod tidy.
2023-05-01 06:18:27 +09:30

10 lines
234 B
Go

// Copyright ©2017 The Gonum Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build tools
package tools
import _ "github.com/goccmack/gocc"