Explorar o código

Fixed formatting

Joachim M. Giæver %!s(int64=7) %!d(string=hai) anos
pai
achega
e53f896285
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -323,7 +323,7 @@ Testing Cubain|1986-3-3-UTC-0|GUEST
 
 This is basically it to encode and decode the ini! The only thing remaing is the `UnmarshalINI()` method for the `Persons`-type.
 
-```
+```go
 // This is left for the reader to solve ;) (or.... you can read the file go-ini.go)
 func (p *Persons) UnmarshalINI(b []byte) error {
 	return fmt.Errorf("NOT IMPLEMENTED")