 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
    const CODE_BLACK = "\033[0;30m"
    
      View Source
      
  
    const CODE_BLUE = "\033[0;34m"
    
      View Source
      
  
    const CODE_BRIGHT_BLACK = "\033[0;90m"
    
      View Source
      
  
    const CODE_BRIGHT_BLUE = "\033[0;94m"
    
      View Source
      
  
    const CODE_BRIGHT_CYAN = "\033[0;96m"
    
      View Source
      
  
    const CODE_BRIGHT_GREEN = "\033[0;92m"
    
      View Source
      
  
    const CODE_BRIGHT_MAGENTA = "\033[0;95m"
    
      View Source
      
  
    const CODE_BRIGHT_RED = "\033[0;91m"
    
      View Source
      
  
    const CODE_BRIGHT_WHITE = "\033[0;97m"
    
      View Source
      
  
    const CODE_BRIGHT_YELLOW = "\033[0;93m"
    
      View Source
      
  
    const CODE_CYAN = "\033[0;36m"
    
      View Source
      
  
    const CODE_GREEN = "\033[0;32m"
    
      View Source
      
  
    const CODE_MANGENTA = "\033[0;35m"
    
      View Source
      
  const CODE_NO_COLOR = "\033[0m"
    This color code resets all color settings back to default.
      View Source
      
  
    const CODE_RED = "\033[0;31m"
    
      View Source
      
  
    const CODE_WHITE = "\033[0;37m"
    
      View Source
      
  
const CODE_YELLOW = "\033[0;33m"
    Variables ¶
This section is empty.
Functions ¶
func GetCodeGray ¶
func GetCodeGray() string
Types ¶
This section is empty.
 Click to show internal directories. 
   Click to hide internal directories.