Skip to content

Commit

Permalink
fix all dummy packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-ggeorgiev committed Apr 10, 2024
1 parent da19230 commit 520a733
Show file tree
Hide file tree
Showing 53 changed files with 106 additions and 53 deletions.
3 changes: 2 additions & 1 deletion internal/ccall/ast/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package ast
3 changes: 2 additions & 1 deletion internal/ccall/cdt/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package cdt
3 changes: 2 additions & 1 deletion internal/ccall/cgraph/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package cgraph
3 changes: 2 additions & 1 deletion internal/ccall/circogen/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package circogen
3 changes: 2 additions & 1 deletion internal/ccall/common/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package common
3 changes: 2 additions & 1 deletion internal/ccall/dotgen/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package dotgen
3 changes: 2 additions & 1 deletion internal/ccall/edgepaint/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package edgepaint
3 changes: 2 additions & 1 deletion internal/ccall/expr/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package expr
3 changes: 2 additions & 1 deletion internal/ccall/fdpgen/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package fdpgen
3 changes: 2 additions & 1 deletion internal/ccall/glcomp/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package glcomp
3 changes: 2 additions & 1 deletion internal/ccall/gvc/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package gvc
3 changes: 2 additions & 1 deletion internal/ccall/gvpr/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package gvpr
3 changes: 2 additions & 1 deletion internal/ccall/ingraphs/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package ingraphs
3 changes: 2 additions & 1 deletion internal/ccall/label/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package label
3 changes: 2 additions & 1 deletion internal/ccall/mingle/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package mingle
3 changes: 2 additions & 1 deletion internal/ccall/neatogen/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package neatogen
3 changes: 2 additions & 1 deletion internal/ccall/ortho/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package ortho
3 changes: 2 additions & 1 deletion internal/ccall/osage/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package osage
3 changes: 2 additions & 1 deletion internal/ccall/pack/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package pack
3 changes: 2 additions & 1 deletion internal/ccall/patchwork/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package patchwork
3 changes: 2 additions & 1 deletion internal/ccall/pathplan/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package pathplan
3 changes: 2 additions & 1 deletion internal/ccall/rbtree/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package rbtree
3 changes: 2 additions & 1 deletion internal/ccall/sfdpgen/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package sfdpgen
3 changes: 2 additions & 1 deletion internal/ccall/sfio/Sfio_f/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package SFio_f
3 changes: 2 additions & 1 deletion internal/ccall/sfio/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package sfio
3 changes: 2 additions & 1 deletion internal/ccall/sparse/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package sparse
3 changes: 2 additions & 1 deletion internal/ccall/spine/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package spine
3 changes: 2 additions & 1 deletion internal/ccall/topfish/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package topfish
3 changes: 2 additions & 1 deletion internal/ccall/twopigen/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package rwopigen
3 changes: 2 additions & 1 deletion internal/ccall/vmalloc/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package vmalloc
3 changes: 2 additions & 1 deletion internal/ccall/vpsc/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package vpsc
3 changes: 2 additions & 1 deletion internal/ccall/vpsc/pairingheap/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package pairingheap
3 changes: 2 additions & 1 deletion internal/ccall/xdot/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package xdot
3 changes: 2 additions & 1 deletion internal/expat/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package expat
3 changes: 2 additions & 1 deletion internal/plugin/core/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package core
3 changes: 2 additions & 1 deletion internal/plugin/devil/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package devil
3 changes: 2 additions & 1 deletion internal/plugin/dot_layout/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package dot_layout
3 changes: 2 additions & 1 deletion internal/plugin/gd/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package gd
3 changes: 2 additions & 1 deletion internal/plugin/gdiplus/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package gdiplus
3 changes: 2 additions & 1 deletion internal/plugin/gdk/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package gdk
3 changes: 2 additions & 1 deletion internal/plugin/glitz/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package glitz
3 changes: 2 additions & 1 deletion internal/plugin/gs/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package gs
3 changes: 2 additions & 1 deletion internal/plugin/gtk/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package gtk
3 changes: 2 additions & 1 deletion internal/plugin/lasi/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package lasi
3 changes: 2 additions & 1 deletion internal/plugin/ming/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package ming
3 changes: 2 additions & 1 deletion internal/plugin/neato_layout/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package neato_layout
3 changes: 2 additions & 1 deletion internal/plugin/pango/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package pamgo
3 changes: 2 additions & 1 deletion internal/plugin/poppler/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package poppler
3 changes: 2 additions & 1 deletion internal/plugin/quartz/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package quartz
3 changes: 2 additions & 1 deletion internal/plugin/rsvg/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package rsvg
3 changes: 2 additions & 1 deletion internal/plugin/visio/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package visio
3 changes: 2 additions & 1 deletion internal/plugin/webp/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package webp
3 changes: 2 additions & 1 deletion internal/plugin/xlib/dummy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build required
// +build required

// Package dummy prevents go tooling from stripping the c dependencies.
package dummy
package xlib

0 comments on commit 520a733

Please sign in to comment.