about summary refs log tree commit diff
path: root/src/structs.go
blob: cdc682a5f7ee40855908292b3804c1d9f15bda3c (plain)
1
2
3
4
5
package main

type Content struct {
	Hostname string
}