mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			354 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			354 B
		
	
	
	
		
			Go
		
	
	
	
	
	
// Autogenerated by Thrift Compiler (1.0.0-dev)
 | 
						|
// DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
 | 
						|
 | 
						|
package linguist
 | 
						|
 | 
						|
import (
 | 
						|
	"bytes"
 | 
						|
	"fmt"
 | 
						|
	"git.apache.org/thrift.git/lib/go/thrift"
 | 
						|
)
 | 
						|
 | 
						|
// (needed to ensure safety because of naive import list construction.)
 | 
						|
var _ = thrift.ZERO
 | 
						|
var _ = fmt.Printf
 | 
						|
var _ = bytes.Equal
 | 
						|
 | 
						|
func init() {
 | 
						|
}
 |