19. Special Features
Overview
In this chapter, we will look at some special features in Go that can be helpful during your application development.
This chapter will first introduce you to use build constraints, to write programs that work on multiple operating systems and architecture and also use command-line options to build Go programs. You will use reflection to inspect objects at runtime. By the end of the chapter you will be able to define build-time behavior for your application and use the unsafe
package to access runtime memory in Go.