github.com/fern4lvarez/piladb@v0.2.0-alpha.20180407/main.go (about)

     1  // piladb is a RESTful database engine based on the stack data structure.
     2  // Create an ilimited number of stacks, which can contain any kind of supported data types.
     3  package main
     4  
     5  import "fmt"
     6  
     7  func main() {
     8  	fmt.Println("file generated to make project root go-getable.")
     9  }