Skip to content

Commit

Permalink
Merge pull request a8m#37 from lagebr/patch-1
Browse files Browse the repository at this point in the history
Formatting bulletin list
  • Loading branch information
a8m authored Aug 12, 2016
2 parents ee1e61b + 1571cdb commit fc6ba64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,10 @@ u := uint(f)
```

## Packages
* package declaration at top of every source file
* executables are in package `main`
* convention: package name == last name of import path (import path `math/rand` => package `rand`)
* upper case identifier: exported (visible from other packages)
* Package declaration at top of every source file
* Executables are in package `main`
* Convention: package name == last name of import path (import path `math/rand` => package `rand`)
* Upper case identifier: exported (visible from other packages)
* Lower case identifier: private (not visible from other packages)

## Control structures
Expand Down

0 comments on commit fc6ba64

Please sign in to comment.