mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-20 04:23:23 +00:00
fix: remove unneeded struct tag
This commit is contained in:
parent
88e117974e
commit
c6aa5fa387
@ -4,8 +4,8 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
type Hilbish struct {
|
type Hilbish struct {
|
||||||
Version string `luar:"version"` // Hilbish's version
|
Version string // Hilbish's version
|
||||||
User string `luar:"user"` // Name of the user
|
User string // Name of the user
|
||||||
Hostname string `luar:"hostname"`
|
Hostname string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user