mirror of
https://github.com/go-ini/ini.git
synced 2026-06-19 21:46:45 +02:00
TESTING: improve overall code quality
This commit is contained in:
@@ -26,6 +26,7 @@ import (
|
||||
// Key represents a key under a section.
|
||||
type Key struct {
|
||||
s *Section
|
||||
Comment string
|
||||
name string
|
||||
value string
|
||||
isAutoIncrement bool
|
||||
@@ -33,8 +34,6 @@ type Key struct {
|
||||
|
||||
isShadow bool
|
||||
shadows []*Key
|
||||
|
||||
Comment string
|
||||
}
|
||||
|
||||
// newKey simply return a key object with given values.
|
||||
|
||||
Reference in New Issue
Block a user