fix: remove unneeded struct tag

pull/59/head
sammyette 2021-05-16 16:18:46 -04:00
parent 88e117974e
commit c6aa5fa387
No known key found for this signature in database
GPG Key ID: 50EE40A2809851F5
1 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@
package main
type Hilbish struct {
Version string `luar:"version"` // Hilbish's version
User string `luar:"user"` // Name of the user
Hostname string `luar:"hostname"`
Version string // Hilbish's version
User string // Name of the user
Hostname string
}