go clean
suggest changego clean
will delete temporary files created when running go build
.
It will also clean files left over from Makefiles.
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents
5 Strings
6 Pointers
7 Arrays
8 Slices
9 Maps
10 Structs
11 Interfaces
16 Functions
17 Methods
19 Defer
21 Concurrency
23 Mutex
24 Packages
28 Logging
31 JSON
32 XML
33 CSV
34 YAML
35 SQL
36 HTTP Client
37 HTTP Server
39 Reflection
40 Context
41 Package fmt
42 OS Signals
43 Testing
50 gob
51 Plugin
54 Console I/O
55 Cryptography
60 Contributors