mirror of
				https://github.com/sammy-ette/Hilbish
				synced 2025-08-10 02:52:03 +00:00 
			
		
		
		
	fix: remove unneeded struct tag
This commit is contained in:
		
							parent
							
								
									88e117974e
								
							
						
					
					
						commit
						c6aa5fa387
					
				@ -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
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user