mirror of
https://github.com/go-i2p/onramp.git
synced 2025-07-13 11:54:33 -04:00
9 lines
74 B
Go
9 lines
74 B
Go
//go:build !gen
|
|
// +build !gen
|
|
|
|
package onramp
|
|
|
|
type Onion struct {
|
|
//
|
|
}
|