Files
sjy01-image-proc/vendor/git.sr.ht/~sbinet/gg/gg_gen.go
2024-10-24 15:46:01 +08:00

12 lines
267 B
Go

// Copyright ©2023 The gg Authors. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
//go:build tools
package gg
import (
_ "github.com/campoy/embedmd" // needed for generating gallery
)