github.com/haraldrudell/parl@v0.4.176/go.work (about)

     1  // © 2020–present Harald Rudell <harald.rudell@gmail.com> (https://haraldrudell.github.io/haraldrudell/)
     2  // ISC License
     3  go 1.21
     4  
     5  // go work use -r .
     6  use (
     7  	.
     8  	./omaps
     9  	./psql
    10  	./pterm
    11  	./sqliter
    12  	./watchfs
    13  	./yamler
    14  )