mirror of
https://github.com/fumiama/gozel.git
synced 2026-06-05 00:10:24 +08:00
6 lines
142 B
Go
6 lines
142 B
Go
// Package gozel provides Go bindings for the Intel Level Zero API.
|
|
package gozel
|
|
|
|
//go:generate go run ./cmd/gen
|
|
//go:generate gofmt -w -s .
|