mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-10 06:53:00 +00:00
8 lines
68 B
Go
8 lines
68 B
Go
|
// +build !riotweb
|
||
|
|
||
|
package embed
|
||
|
|
||
|
func Embed(_ int, _ string) {
|
||
|
|
||
|
}
|