util

package
v0.0.0-...-09e660c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 25, 2025 License: BSD-3-Clause Imports: 4 Imported by: 6

Documentation

Overview

Package util provides shared utilities for all gopacket_dpdk examples.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run() func()

Run starts up stuff at the beginning of a main function, and returns a function to defer until the function completes. It should be used like this:

func main() {
  defer util.Run()()
  ... stuff ...
}

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL