Skip to content

Commit

Permalink
linting: conv to pascal case
Browse files Browse the repository at this point in the history
  • Loading branch information
HilkopterBob committed Oct 1, 2024
1 parent 617a240 commit 014f244
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions structs/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ package structs
type Network_Info struct {
Interfaces []string
Domain string
DNS_Servers []string
DNSServers []string
}

type Interface struct {
Name string
Ip_Addr string
IpAddr string
Gateway string
Netmask string
Link_Speed int
Mac_Addr string
LinkSpeed int
MacAddr string
}
type Package_Manager struct {
Package_manager_name string
Expand Down

0 comments on commit 014f244

Please sign in to comment.