github.com/vugu/vugu@v0.3.5/build-env-default.go (about)

     1  package vugu
     2  
     3  type buildCacheKey interface{}
     4  
     5  func makeBuildCacheKey(v interface{}) buildCacheKey {
     6  	return v
     7  }